bevy_mod_openxr/
lib.rs

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