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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user