move to api crate

This commit is contained in:
awtterpip
2023-12-26 14:20:22 -06:00
parent 037f719329
commit ffa9e6d080
26 changed files with 565 additions and 1310 deletions

View File

@@ -12,6 +12,8 @@ linked = ["openxr/linked"]
vulkan = ["dep:ash"]
[dependencies]
xr_api = { path = "./xr_api" }
async-std = "1.12.0"
bevy = "0.12.1"
paste = "1.0.14"
wgpu = "0.17.1"
@@ -43,6 +45,7 @@ web-sys = { version = "0.3.61", features = [
'HtmlCanvasElement',
'WebGl2RenderingContext',
'WebGlFramebuffer',
'GamepadHapticActuator',
## XR
'DomPointReadOnly',
'XrWebGlLayer',
@@ -81,3 +84,6 @@ web-sys = { version = "0.3.61", features = [
'XrSystem',
] }
wasm-bindgen-futures = "0.4"
[workspace]
members = ["xr_api"]