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

10
Cargo.lock generated
View File

@@ -1394,6 +1394,7 @@ dependencies = [
"bevy_mod_openxr",
"bevy_mod_xr",
"openxr",
"openxr_mndx_xdev_space",
]
[[package]]
@@ -3904,6 +3905,15 @@ dependencies = [
"mint",
]
[[package]]
name = "openxr_mndx_xdev_space"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1589b0afd8fdf8d5d143457d1d3edf763c6f0e79254435351245a39975711f25"
dependencies = [
"openxr",
]
[[package]]
name = "orbclient"
version = "0.3.48"