forgot the crate rename

This commit is contained in:
Jay Christy
2023-11-07 13:58:48 -05:00
parent 5be6459b3e
commit a1cd9e3c69
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ use bevy::{
transform::TransformBundle,
utils::default,
};
use bevy_openxr::xr_input::interactions::{Touched, XRInteractable, XRInteractableState};
use bevy_oxr::xr_input::interactions::{Touched, XRInteractable, XRInteractableState};
use bevy_rapier3d::{
prelude::{Collider, RigidBody, Group, CollisionGroups},
render::ColliderDebugColor,