xr resources code
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user