Files
bevy_oxr/crates/bevy_xr/Cargo.toml
2024-10-21 23:18:30 +02:00

18 lines
452 B
TOML

[package]
name = "bevy_mod_xr"
description = "semi generic Xr Api for Community Driven XR in Bevy"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
keywords = ["gamedev", "bevy", "Xr", "Vr"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy.workspace = true
[lints.clippy]
too_many_arguments = "allow"
type_complexity = "allow"