Files
bevy_oxr/crates/bevy_xr_utils/Cargo.toml
Schmarni 7320ae8dac update to bevy 0.15 rc
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-12-01 23:15:31 +01:00

22 lines
579 B
TOML

[package]
name = "bevy_xr_utils"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "utils for bevy_mod_xr and bevy_mod_openxr"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = { workspace = true, features = ["bevy_gizmos"] }
bevy_mod_xr.workspace = true
bevy_mod_openxr.workspace = true
[target.'cfg(not(target_family = "wasm"))'.dependencies]
openxr.workspace = true
[lints.clippy]
too_many_arguments = "allow"
type_complexity = "allow"