diff --git a/crates/bevy_xr_utils/src/lib.rs b/crates/bevy_xr_utils/src/lib.rs index 67b1d71..13f8460 100644 --- a/crates/bevy_xr_utils/src/lib.rs +++ b/crates/bevy_xr_utils/src/lib.rs @@ -1,5 +1,6 @@ // use bevy::prelude::*; pub mod hand_gizmos; +#[cfg(not(target_family = "wasm"))] pub mod tracking_utils; #[cfg(not(target_family = "wasm"))] pub mod transform_utils;