chore: cleanup
Some checks failed
CI / Check Ubuntu (push) Has been cancelled
CI / Check Windows (push) Has been cancelled
CI / Check Wasm (push) Has been cancelled

This commit is contained in:
2026-02-19 22:01:09 +01:00
parent 93fe370f12
commit 7936b53a02
8 changed files with 1239 additions and 29 deletions

View File

@@ -2,7 +2,7 @@ use std::mem;
use bevy_ecs::world::World;
use bevy_mod_xr::spaces::{XrPrimaryReferenceSpace, XrSpace};
use openxr::{sys, CompositionLayerFlags, Fovf, Posef, Rect2Di};
use openxr::{CompositionLayerFlags, Fovf, Posef, Rect2Di, sys};
use crate::graphics::graphics_match;
use crate::resources::*;