forgot the crate rename
This commit is contained in:
@@ -13,7 +13,7 @@ use bevy::{
|
||||
time::{Fixed, Time, Timer},
|
||||
transform::TransformSystem,
|
||||
};
|
||||
use bevy_openxr::{
|
||||
use bevy_oxr::{
|
||||
input::XrInput,
|
||||
resources::{XrFrameState, XrInstance, XrSession},
|
||||
xr_input::{
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user