forgot the crate rename
This commit is contained in:
@@ -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::{
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user