5 lines
95 B
Rust
5 lines
95 B
Rust
#[cfg(not(target_family = "wasm"))]
|
|
pub mod oxr;
|
|
#[cfg(target_family = "wasm")]
|
|
pub mod webxr;
|