refactor: remove some unneeded stuff

This commit is contained in:
Nova
2025-06-29 20:20:57 -07:00
parent 07e9474c79
commit d0f88c13cd
11 changed files with 21 additions and 203 deletions

View File

@@ -10,8 +10,8 @@ use crate::{
};
use glam::{Mat4, vec3};
use input::{
eye_pointer::EyePointer, mouse_pointer::MousePointer, sk_controller::SkController,
sk_hand::SkHand,
eye_pointer::EyePointer, mouse_pointer::MousePointer, oxr_controller::OxrControllerInput,
oxr_hand::OxrHandInput,
};
use parking_lot::RwLock;
use play_space::PlaySpaceBounds;