Skip to content

Commit

Permalink
forgot the crate rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ForTehLose committed Nov 7, 2023
1 parent 5be6459 commit a1cd9e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/demo/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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::{
Expand Down
2 changes: 1 addition & 1 deletion examples/demo/src/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a1cd9e3

Please sign in to comment.