fix(bevy_xr_utils): gate mndx_xdev_space impl behind non wasm platforms

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2025-07-30 16:48:24 +02:00
committed by Schmarni
parent 3c360aa74c
commit 65cfa920c9

View File

@@ -5,4 +5,5 @@ pub mod transform_utils;
#[cfg(not(target_family = "wasm"))] #[cfg(not(target_family = "wasm"))]
pub mod xr_utils_actions; pub mod xr_utils_actions;
pub mod generic_tracker; pub mod generic_tracker;
#[cfg(not(target_family = "wasm"))]
pub mod mndx_xdev_spaces_trackers; pub mod mndx_xdev_spaces_trackers;