fix build

This commit is contained in:
Raffaele Ragni
2023-09-26 00:15:00 +02:00
parent fdf79a5373
commit 14785c73b3

View File

@@ -10,9 +10,7 @@ linked = ["openxr/linked", "openxr/static"]
[dependencies] [dependencies]
anyhow = "1.0.75" anyhow = "1.0.75"
ash = "0.37.3" ash = "0.37.3"
bevy = { git = "https://github.com/awtterpip/bevy", default-features = false, features = [ bevy = { git = "https://github.com/awtterpip/bevy", rev = "98f3b8ae207deb440f7255b3d900e7e01b6df0cb" }
"bevy_render",
], rev = "98f3b8ae207deb440f7255b3d900e7e01b6df0cb" }
openxr = { version = "0.17.1", features = ["mint"] } openxr = { version = "0.17.1", features = ["mint"] }
mint = "0.5.9" mint = "0.5.9"
wgpu = "0.16.0" wgpu = "0.16.0"