You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-19Lines changed: 20 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,25 +19,26 @@ fn main() {
19
19
20
20
`EmbeddedAssetPlugin` has three modes:
21
21
22
-
*`PluginMode::AutoLoad` will embed the asset folder and make it available through the `embedded://` source
23
-
*`PluginMode::ReplaceDefault` will embed the asset folder and make it available through the default source
24
-
*`PluginMode::ReplaceAndFallback` will embed the asset folder and make it available through the default source. If a fail is not found at runtime, it fallback to the default source for the current platform
22
+
-`PluginMode::AutoLoad` will embed the asset folder and make it available through the `embedded://` source
23
+
-`PluginMode::ReplaceDefault` will embed the asset folder and make it available through the default source
24
+
-`PluginMode::ReplaceAndFallback` will embed the asset folder and make it available through the default source. If a fail is not found at runtime, it fallback to the default source for the current platform
0 commit comments