Update crates/bevy_xr_utils/src/lib.rs

Co-authored-by: Schmarni <51007916+Schmarni-Dev@users.noreply.github.com>
This commit is contained in:
ForTehLose
2024-09-03 20:11:30 -04:00
committed by GitHub
parent aa4e5d333b
commit 0e2be1740f

View File

@@ -1,5 +1,6 @@
// use bevy::prelude::*;
pub mod hand_gizmos;
#[cfg(not(target_family = "wasm"))]
pub mod tracking_utils;
#[cfg(not(target_family = "wasm"))]
pub mod transform_utils;