chore: fix examples and bump version

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2026-02-12 07:05:33 +01:00
parent 18879e9f06
commit 93fe370f12
4 changed files with 10 additions and 10 deletions

View File

@@ -119,7 +119,7 @@ fn spawn_hands(
actions
.left
.create_space(
session.deref().deref().clone(),
session.deref().deref(),
openxr::Path::NULL,
Posef::IDENTITY,
)

View File

@@ -11,7 +11,7 @@ fn main() -> AppExit {
exts: {
let mut exts = OxrExtensions::default();
exts.enable_hand_tracking();
exts.other.push("XR_MNDX_xdev_space".to_string());
exts.other.push(c"XR_MNDX_xdev_space".to_bytes_with_nul().to_vec());
exts
},
..Default::default()