diff --git a/crates/bevy_xr_utils/src/lib.rs b/crates/bevy_xr_utils/src/lib.rs index 2882843..38574bd 100644 --- a/crates/bevy_xr_utils/src/lib.rs +++ b/crates/bevy_xr_utils/src/lib.rs @@ -5,4 +5,5 @@ pub mod transform_utils; #[cfg(not(target_family = "wasm"))] pub mod xr_utils_actions; pub mod generic_tracker; +#[cfg(not(target_family = "wasm"))] pub mod mndx_xdev_spaces_trackers;