Files
bevy_oxr/crates/bevy_openxr/src/lib.rs
2024-04-18 17:06:56 -05:00

5 lines
103 B
Rust

#[cfg(not(target_family = "wasm"))]
mod openxr;
#[cfg(not(target_family = "wasm"))]
pub use openxr::*;