bevy14: disable dynamic linking, doesn't work with jpeg feature in bevy14
This commit is contained in:
parent
e7560957f2
commit
ab226bbdfe
|
@ -61,7 +61,7 @@ blend = "0.8.0"
|
|||
[features]
|
||||
default = ["x11", "embed_assets"]
|
||||
dev_mode = []
|
||||
dev = ["dev_mode", "bevy/dynamic_linking", "bevy/file_watcher"]
|
||||
dev = ["dev_mode", "bevy/file_watcher"] #, "bevy/dynamic_linking"
|
||||
release_linux = ["x11", "wayland", "embed_assets"]
|
||||
release_windows = ["embed_assets"]
|
||||
wasm = ["bevy/webgl2"]
|
||||
|
|
Loading…
Reference in a new issue