6 lines
92 B
Rust
6 lines
92 B
Rust
#[cfg(target_family = "wasm")]
|
|
mod webxr;
|
|
|
|
#[cfg(target_family = "wasm")]
|
|
pub use webxr::*;
|