chore: bump version to 0.2.1

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2025-04-09 19:46:29 +02:00
parent 8747b139d3
commit c1320facd3
2 changed files with 10 additions and 10 deletions

12
Cargo.lock generated
View File

@@ -876,7 +876,7 @@ dependencies = [
[[package]] [[package]]
name = "bevy_mod_openxr" name = "bevy_mod_openxr"
version = "0.2.0" version = "0.2.1"
dependencies = [ dependencies = [
"android_system_properties", "android_system_properties",
"ash", "ash",
@@ -905,14 +905,14 @@ dependencies = [
[[package]] [[package]]
name = "bevy_mod_xr" name = "bevy_mod_xr"
version = "0.2.0" version = "0.2.1"
dependencies = [ dependencies = [
"bevy", "bevy",
] ]
[[package]] [[package]]
name = "bevy_openxr_android" name = "bevy_openxr_android"
version = "0.2.0" version = "0.2.1"
dependencies = [ dependencies = [
"bevy", "bevy",
"bevy_mod_openxr", "bevy_mod_openxr",
@@ -1332,7 +1332,7 @@ dependencies = [
[[package]] [[package]]
name = "bevy_xr_utils" name = "bevy_xr_utils"
version = "0.2.0" version = "0.2.1"
dependencies = [ dependencies = [
"bevy", "bevy",
"bevy_mod_openxr", "bevy_mod_openxr",
@@ -1871,9 +1871,9 @@ dependencies = [
[[package]] [[package]]
name = "crossbeam-channel" name = "crossbeam-channel"
version = "0.5.13" version = "0.5.15"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
dependencies = [ dependencies = [
"crossbeam-utils", "crossbeam-utils",
] ]

View File

@@ -1,5 +1,5 @@
[workspace.package] [workspace.package]
version = "0.2.0" version = "0.2.1"
edition = "2021" edition = "2021"
description = "Community crate for XR in Bevy" description = "Community crate for XR in Bevy"
repository = "https://github.com/awtterpip/bevy_oxr" repository = "https://github.com/awtterpip/bevy_oxr"
@@ -18,9 +18,9 @@ bevy = { version = "0.15", default-features = false, features = [
"bevy_window", "bevy_window",
"x11", "x11",
] } ] }
bevy_mod_xr = { path = "crates/bevy_xr", version = "0.2.0" } bevy_mod_xr = { path = "crates/bevy_xr", version = "0.2.1" }
bevy_mod_openxr = { path = "crates/bevy_openxr", version = "0.2.0" } bevy_mod_openxr = { path = "crates/bevy_openxr", version = "0.2.1" }
bevy_xr_utils = { path = "crates/bevy_xr_utils", version = "0.2.0" } bevy_xr_utils = { path = "crates/bevy_xr_utils", version = "0.2.1" }
openxr = "0.19.0" openxr = "0.19.0"
thiserror = "2.0.3" thiserror = "2.0.3"
wgpu = "23" wgpu = "23"