openxr impl progress

This commit is contained in:
awtterpip
2024-01-04 13:47:15 -06:00
parent 6d39fb0a65
commit c87dd90674
5 changed files with 734 additions and 11 deletions

View File

@@ -12,7 +12,9 @@ ash = "0.37.3"
futures = "0.3.29"
glam = "0.25.0"
thiserror = "1.0.51"
tracing = "0.1.40"
wgpu = "0.18"
wgpu-hal = "0.18"
[target.'cfg(not(target_family = "wasm"))'.dependencies]
openxr = "0.17.1"