5 lines
103 B
Rust
5 lines
103 B
Rust
#[cfg(not(target_family = "wasm"))]
|
|
mod openxr;
|
|
#[cfg(not(target_family = "wasm"))]
|
|
pub use openxr::*;
|