chore: remove bevy_mod_xr::actions

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2025-10-19 16:27:15 +02:00
parent eb3ec03d91
commit 294cd605e7
5 changed files with 15 additions and 117 deletions

View File

@@ -3,7 +3,7 @@ pub mod tracking_utils;
#[cfg(not(target_family = "wasm"))]
pub mod transform_utils;
#[cfg(not(target_family = "wasm"))]
pub mod xr_utils_actions;
pub mod actions;
pub mod generic_tracker;
#[cfg(not(target_family = "wasm"))]
pub mod mndx_xdev_spaces_trackers;