Files
bevy_oxr/crates/bevy_xr_utils/Cargo.toml
2024-07-04 20:38:25 +02:00

15 lines
352 B
TOML

[package]
name = "bevy_xr_utils"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy.workspace = true
bevy_mod_xr.path = "../bevy_xr"
bevy_mod_openxr.path = "../bevy_openxr"
[target.'cfg(not(target_family = "wasm"))'.dependencies]
openxr = "0.18.0"