fix(bevy_mod_xr): add gizmos feature

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2025-05-02 17:53:47 +02:00
parent dd0ff50db9
commit bb58cfb8df
6 changed files with 13 additions and 9 deletions

View File

@@ -1,7 +1,8 @@
pub mod actions;
pub mod camera;
#[cfg(feature = "gizmos")]
pub mod hand_debug_gizmos;
pub mod hands;
pub mod session;
pub mod types;
pub mod spaces;
pub mod hand_debug_gizmos;
pub mod types;