added nix flake and started actions
This commit is contained in:
0
crates/bevy_openxr/src/actions.rs
Normal file
0
crates/bevy_openxr/src/actions.rs
Normal file
@@ -8,6 +8,7 @@ use bevy_xr::camera::XrCameraPlugin;
|
||||
use init::XrInitPlugin;
|
||||
use render::XrRenderPlugin;
|
||||
|
||||
pub mod actions;
|
||||
pub mod camera;
|
||||
pub mod error;
|
||||
pub mod extensions;
|
||||
|
||||
@@ -93,6 +93,7 @@ pub fn init_views(
|
||||
));
|
||||
views.push(default());
|
||||
}
|
||||
commands.spawn(XrCameraBundle::default());
|
||||
commands.insert_resource(XrViews(views));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user