fixed shakiness B)

This commit is contained in:
awtterpip
2023-09-11 16:35:56 -05:00
parent 23e53270b3
commit f720f54533
4 changed files with 6 additions and 5 deletions

View File

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