cleaned up code and created webxr crate

This commit is contained in:
awtterpip
2024-04-18 17:06:56 -05:00
parent d98b9a4455
commit f585c9e2dc
17 changed files with 531 additions and 634 deletions

View File

@@ -0,0 +1,5 @@
#[cfg(target_family = "wasm")]
mod webxr;
#[cfg(target_family = "wasm")]
pub use webxr::*;