move to api crate
This commit is contained in:
4
xr_api/src/backend/mod.rs
Normal file
4
xr_api/src/backend/mod.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
#[cfg(not(target_family = "wasm"))]
|
||||
pub mod oxr;
|
||||
#[cfg(target_family = "wasm")]
|
||||
pub mod webxr;
|
||||
Reference in New Issue
Block a user