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

13 lines
294 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"
openxr = "0.18.0"
bevy_mod_openxr.path = "../bevy_openxr"