bevy_mod_webxr/
lib.rs

1#[cfg(target_family = "wasm")]
2mod webxr;
3
4#[cfg(target_family = "wasm")]
5pub use webxr::*;