diff --git a/.gitignore b/.gitignore index 972b0c4..3cc34a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ **/target **/Cargo.lock +**/runtime_libs diff --git a/examples/demo/runtime_libs/arm64-v8a/libopenxr_loader.so b/examples/demo/runtime_libs/arm64-v8a/libopenxr_loader.so deleted file mode 100755 index 5670bb4..0000000 Binary files a/examples/demo/runtime_libs/arm64-v8a/libopenxr_loader.so and /dev/null differ diff --git a/src/lib.rs b/src/lib.rs index d0fb019..3d1522a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -80,7 +80,7 @@ impl Plugin for OpenXrPlugin { views, frame_state, ) = graphics::initialize_xr_graphics(primary_window).unwrap(); - std::thread::sleep(Duration::from_secs(5)); + // std::thread::sleep(Duration::from_secs(5)); debug!("Configured wgpu adapter Limits: {:#?}", device.limits()); debug!("Configured wgpu adapter Features: {:#?}", device.features()); let mut future_xr_resources_inner = future_xr_resources_wrapper.lock().unwrap();