chore: fix examples and bump version
Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
@@ -119,7 +119,7 @@ fn spawn_hands(
|
||||
actions
|
||||
.left
|
||||
.create_space(
|
||||
session.deref().deref().clone(),
|
||||
session.deref().deref(),
|
||||
openxr::Path::NULL,
|
||||
Posef::IDENTITY,
|
||||
)
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user