feat(bevy_xr_utils): add GenericTracker component and implement XR_MNDX_xdev_space as a backend

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2025-07-28 21:21:59 +02:00
committed by Schmarni
parent 515807e56a
commit 90d05e491e
6 changed files with 225 additions and 0 deletions

View File

@@ -13,8 +13,12 @@ bevy = { workspace = true, features = ["bevy_gizmos"] }
bevy_mod_xr.workspace = true
bevy_mod_openxr.workspace = true
[dev-dependencies]
bevy = { workspace = true, default-features = true }
[target.'cfg(not(target_family = "wasm"))'.dependencies]
openxr.workspace = true
openxr_mndx_xdev_space = "0.1.0"
[lints.clippy]
too_many_arguments = "allow"