api changes

This commit is contained in:
awtterpip
2023-12-27 19:04:21 -06:00
parent ffa9e6d080
commit fd5323069f
8 changed files with 90 additions and 13 deletions

View File

@@ -3,11 +3,14 @@ name = "xr_api"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["linked"]
linked = ["openxr/linked"]
[dependencies]
futures = "0.3.29"
thiserror = "1.0.51"
wgpu = "0.18"
[target.'cfg(not(target_family = "wasm"))'.dependencies]
openxr = "0.17.1"