rendering code and api crate

This commit is contained in:
awtterpip
2024-03-10 19:59:19 -05:00
parent 47eba9215f
commit 91eb263b4f
31 changed files with 1597 additions and 1775 deletions

View File

@@ -12,6 +12,8 @@ linked = ["openxr/linked"]
vulkan = ["dep:ash"]
[dependencies]
bevy_openxr.path = "./crates/bevy_openxr"
bevy_xr.path = "./crates/bevy_xr"
anyhow = "1.0.79"
async-std = "1.12.0"
bevy = "0.13.0"
@@ -88,3 +90,9 @@ web-sys = { version = "0.3.67", features = [
'XrSystem',
] }
wasm-bindgen-futures = "0.4"
[workspace]
members = ["crates/*"]
[workspace.dependencies]
bevy = "0.13.0"