8
Cargo.lock
generated
8
Cargo.lock
generated
@@ -1008,7 +1008,7 @@ checksum = "7ef8e4b7e61dfe7719bb03c884dc270cd46a82efb40f93e9933b990c5c190c59"
|
||||
|
||||
[[package]]
|
||||
name = "bevy_mod_openxr"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"android_system_properties",
|
||||
"ash",
|
||||
@@ -1047,7 +1047,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "bevy_mod_xr"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"bevy_app",
|
||||
"bevy_camera",
|
||||
@@ -1064,7 +1064,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "bevy_openxr_android"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"bevy",
|
||||
"bevy_mod_openxr",
|
||||
@@ -1623,7 +1623,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "bevy_xr_utils"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"bevy",
|
||||
"bevy_app",
|
||||
|
||||
10
Cargo.toml
10
Cargo.toml
@@ -1,5 +1,5 @@
|
||||
[workspace.package]
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
edition = "2024"
|
||||
description = "Community crate for XR in Bevy"
|
||||
repository = "https://github.com/awtterpip/bevy_oxr"
|
||||
@@ -27,9 +27,11 @@ bevy_color = { version = "0.17.0", default-features = false }
|
||||
bevy_transform = { version = "0.17.0", default-features = false }
|
||||
bevy_derive = { version = "0.17.0", default-features = false }
|
||||
bevy_platform = { version = "0.17.0", default-features = false }
|
||||
bevy_mod_xr = { path = "crates/bevy_xr", version = "0.3.0" }
|
||||
bevy_mod_openxr = { path = "crates/bevy_openxr", version = "0.3.0" }
|
||||
bevy_xr_utils = { path = "crates/bevy_xr_utils", version = "0.3.0" }
|
||||
|
||||
|
||||
bevy_mod_xr = { path = "crates/bevy_xr", version = "0.4.0" }
|
||||
bevy_mod_openxr = { path = "crates/bevy_openxr", version = "0.4.0" }
|
||||
bevy_xr_utils = { path = "crates/bevy_xr_utils", version = "0.4.0" }
|
||||
openxr = "0.19.0"
|
||||
thiserror = "2.0.3"
|
||||
wgpu = "26"
|
||||
|
||||
Reference in New Issue
Block a user