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

@@ -13,7 +13,7 @@ use bevy::{
time::{Fixed, Time, Timer}, time::{Fixed, Time, Timer},
transform::TransformSystem, transform::TransformSystem,
}; };
use bevy_openxr::{ use bevy_oxr::{
input::XrInput, input::XrInput,
resources::{XrFrameState, XrInstance, XrSession}, resources::{XrFrameState, XrInstance, XrSession},
xr_input::{ xr_input::{

View File

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