Files
bevy_oxr/crates/bevy_xr/src/lib.rs
Schmarni 6003cc7ac6 add new XrSpace and impl that
Signed-off-by: Schmarni <marnistromer@gmail.com>
2024-06-27 00:32:03 +02:00

7 lines
96 B
Rust

pub mod actions;
pub mod camera;
pub mod hands;
pub mod session;
pub mod types;
pub mod spaces;