Testbed: switch to bevy 0.7
This commit is contained in:
@@ -36,17 +36,17 @@ md5 = "0.7"
|
||||
Inflector = "0.11"
|
||||
serde = { version = "1", features = [ "derive" ] }
|
||||
|
||||
bevy_egui = "0.10"
|
||||
bevy_ecs = "0.6"
|
||||
bevy_prototype_debug_lines = { version = "0.6", features = [ "3d" ] }
|
||||
bevy_egui = "0.13"
|
||||
bevy_ecs = "0.7"
|
||||
#bevy_prototype_debug_lines = { version = "0.7", features = [ "3d" ] }
|
||||
|
||||
# Dependencies for native only.
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
bevy = {version = "0.6", default-features = false, features = ["bevy_winit", "render", "x11"]}
|
||||
bevy = {version = "0.7", default-features = false, features = ["bevy_winit", "render", "x11"]}
|
||||
|
||||
# Dependencies for WASM only.
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
bevy = {version = "0.6", default-features = false, features = ["bevy_winit", "render"]}
|
||||
bevy = {version = "0.7", default-features = false, features = ["bevy_winit", "render"]}
|
||||
#bevy_webgl2 = "0.5"
|
||||
|
||||
[dependencies.rapier]
|
||||
|
||||
Reference in New Issue
Block a user