started implementing openxr stuff

This commit is contained in:
awtterpip
2023-08-13 18:55:55 -05:00
parent eddc010484
commit 44e9c69315
3 changed files with 0 additions and 15 deletions

View File

@@ -7,7 +7,6 @@ use bevy::render::FutureRendererResources;
use bevy::window::{PrimaryWindow, RawHandleWrapper};
use state::XrState;
mod graphics;
mod state;
mod swapchain;