refactor: move xr_utils examples into bevy_xr_utils

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2025-05-02 17:43:02 +02:00
parent db60629401
commit bdfdb0d94a
4 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@@ -896,7 +896,6 @@ dependencies = [
"ash",
"bevy",
"bevy_mod_xr",
"bevy_xr_utils",
"jni 0.20.0",
"ndk-context",
"openxr",

View File

@@ -14,7 +14,6 @@ d3d12 = ["wgpu/dx12", "wgpu-hal/dx12", "dep:winapi"]
passthrough = []
[dev-dependencies]
bevy_xr_utils.workspace = true
bevy = { workspace = true, default-features = true }
[target.'cfg(target_os = "android")'.dependencies]