embed assets by default to avoid missing asset errors
This commit is contained in:
parent
e67aa16a93
commit
ddeada8dea
|
@ -33,7 +33,7 @@ serde_yaml = "0.9"
|
||||||
embed-resource = "1.6.3" # embedding of .exe metadata
|
embed-resource = "1.6.3" # embedding of .exe metadata
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["x11"]
|
default = ["x11", "embed_assets"]
|
||||||
dev = ["bevy/dynamic_linking", "bevy/file_watcher"]
|
dev = ["bevy/dynamic_linking", "bevy/file_watcher"]
|
||||||
wasm = ["bevy/webgl2"]
|
wasm = ["bevy/webgl2"]
|
||||||
x11 = ["bevy/x11"]
|
x11 = ["bevy/x11"]
|
||||||
|
|
Loading…
Reference in a new issue