0.16 support
This commit is contained in:
@@ -10,7 +10,7 @@ resolver = "2"
|
||||
members = ["crates/*", "crates/bevy_openxr/examples/android"]
|
||||
|
||||
[workspace.dependencies]
|
||||
bevy = { version = "0.15", default-features = false, features = [
|
||||
bevy = { git = "https://github.com/bevyengine/bevy", default-features = false, features = [
|
||||
"bevy_render",
|
||||
"bevy_core_pipeline",
|
||||
"bevy_winit",
|
||||
@@ -23,5 +23,5 @@ bevy_mod_openxr = { path = "crates/bevy_openxr", version = "0.2.1" }
|
||||
bevy_xr_utils = { path = "crates/bevy_xr_utils", version = "0.2.1" }
|
||||
openxr = "0.19.0"
|
||||
thiserror = "2.0.3"
|
||||
wgpu = "23"
|
||||
wgpu-hal = "23"
|
||||
wgpu = "24.0.1"
|
||||
wgpu-hal = "24.0.2"
|
||||
|
||||
Reference in New Issue
Block a user