xr resources code

This commit is contained in:
awtterpip
2024-02-17 17:34:18 -06:00
parent cea1d58a15
commit 08e98dd051
14 changed files with 1771 additions and 61 deletions

View File

@@ -12,9 +12,11 @@ linked = ["openxr/linked"]
vulkan = ["dep:ash"]
[dependencies]
anyhow = "1.0.79"
async-std = "1.12.0"
bevy = "0.12.1"
paste = "1.0.14"
thiserror = "1.0.57"
wgpu = "0.17.1"
wgpu-hal = "0.17.1"
winit = "0.28.7"
@@ -31,6 +33,7 @@ ash = { version = "0.37.3", optional = true }
[target.'cfg(target_family = "wasm")'.dependencies]
js-sys = "0.3"
wasm-bindgen = "0.2.91"
glow = "0.12.1"
web-sys = { version = "0.3.68", features = [
# STANDARD
'console',