update to bevy 0.13. TODO: fix view weirdness and do a pass over most of xr_input to turn the modules into plugins
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -17,12 +17,12 @@ members = ["examples/android", "examples/demo"]
|
||||
[dependencies]
|
||||
# anyhow = "1.0.75"
|
||||
ash = "0.37.3"
|
||||
bevy = "0.12"
|
||||
bevy = "0.13"
|
||||
futures-lite = "2.0.1"
|
||||
mint = "0.5.9"
|
||||
wgpu = "0.17.1"
|
||||
wgpu-core = { version = "0.17.1", features = ["vulkan"] }
|
||||
wgpu-hal = "0.17.1"
|
||||
wgpu = "0.19"
|
||||
wgpu-core = { version = "0.19", features = ["vulkan"] }
|
||||
wgpu-hal = "0.19"
|
||||
eyre = "0.6.11"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
@@ -46,7 +46,7 @@ ndk-context = "0.1"
|
||||
jni = "0.20"
|
||||
|
||||
[dev-dependencies]
|
||||
bevy = "0.12"
|
||||
bevy = "0.13"
|
||||
bevy_rapier3d = { git = "https://github.com/devil-ira/bevy_rapier", branch = "bevy-0.12" }
|
||||
color-eyre = "0.6.2"
|
||||
|
||||
@@ -58,4 +58,4 @@ path = "examples/xr.rs"
|
||||
debug = true
|
||||
|
||||
[patch.crates-io]
|
||||
ndk = { git = "https://github.com/Schmarni-Dev/ndk.git", branch = "070" }
|
||||
# ndk = { git = "https://github.com/Schmarni-Dev/ndk.git", branch = "070" }
|
||||
|
||||
Reference in New Issue
Block a user