refactor: move xr_utils examples into bevy_xr_utils
Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -896,7 +896,6 @@ dependencies = [
|
|||||||
"ash",
|
"ash",
|
||||||
"bevy",
|
"bevy",
|
||||||
"bevy_mod_xr",
|
"bevy_mod_xr",
|
||||||
"bevy_xr_utils",
|
|
||||||
"jni 0.20.0",
|
"jni 0.20.0",
|
||||||
"ndk-context",
|
"ndk-context",
|
||||||
"openxr",
|
"openxr",
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ d3d12 = ["wgpu/dx12", "wgpu-hal/dx12", "dep:winapi"]
|
|||||||
passthrough = []
|
passthrough = []
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
bevy_xr_utils.workspace = true
|
|
||||||
bevy = { workspace = true, default-features = true }
|
bevy = { workspace = true, default-features = true }
|
||||||
|
|
||||||
[target.'cfg(target_os = "android")'.dependencies]
|
[target.'cfg(target_os = "android")'.dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user