Revert "move to single crate for webxr and openxr"

This reverts commit 5e769ef52b.
This commit is contained in:
awtterpip
2024-04-18 16:30:18 -05:00
parent 5e769ef52b
commit d98b9a4455
25 changed files with 747 additions and 576 deletions

View File

@@ -1,7 +1,2 @@
#[cfg(not(target_family = "wasm"))]
pub mod oxr;
#[cfg(target_family = "wasm")]
pub mod webxr;
#[cfg(not(target_family = "wasm"))]
pub use oxr::add_xr_plugins;
pub use bevy_openxr;
pub use bevy_xr;