changed vulkan init code
This commit is contained in:
@@ -15,7 +15,7 @@ force-link = ["openxr/linked"]
|
||||
members = ["examples/android", "examples/demo"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.75"
|
||||
# anyhow = "1.0.75"
|
||||
ash = "0.37.3"
|
||||
bevy = "0.12"
|
||||
futures-lite = "2.0.1"
|
||||
@@ -23,6 +23,7 @@ mint = "0.5.9"
|
||||
wgpu = "0.17.1"
|
||||
wgpu-core = { version = "0.17.1", features = ["vulkan"] }
|
||||
wgpu-hal = "0.17.1"
|
||||
eyre = "0.6.11"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
openxr = { git = "https://github.com/Ralith/openxrs", rev = "0177d2d", features = [
|
||||
@@ -42,8 +43,8 @@ openxr = { git = "https://github.com/Ralith/openxrs", rev = "0177d2d", features
|
||||
|
||||
[dev-dependencies]
|
||||
bevy = "0.12"
|
||||
color-eyre = "0.6.2"
|
||||
bevy_rapier3d = { git = "https://github.com/devil-ira/bevy_rapier", branch = "bevy-0.12" }
|
||||
color-eyre = "0.6.2"
|
||||
|
||||
[[example]]
|
||||
name = "xr"
|
||||
|
||||
Reference in New Issue
Block a user