bump version

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2024-12-11 23:07:25 +01:00
parent aa97263a52
commit 8c5da2e505
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
[workspace.package] [workspace.package]
version = "0.1.0-rc2" version = "0.1.0"
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"

View File

@@ -31,7 +31,7 @@ openxr = "0.18.0"
thiserror = "1.0.57" thiserror = "1.0.57"
wgpu = "0.20" wgpu = "0.20"
wgpu-hal = "0.21" wgpu-hal = "0.21"
bevy_mod_xr = { path = "../bevy_xr", version = "0.1.0-rc1" } bevy_mod_xr = { path = "../bevy_xr", version = "0.1.0" }
ash = { version = "0.37.3", optional = true } ash = { version = "0.37.3", optional = true }

View File

@@ -10,8 +10,8 @@ description = "utils for bevy_mod_xr and bevy_mod_openxr"
[dependencies] [dependencies]
bevy = { workspace = true, features = ["bevy_gizmos"] } bevy = { workspace = true, features = ["bevy_gizmos"] }
bevy_mod_xr = { path = "../bevy_xr", version = "0.1.0-rc1" } bevy_mod_xr = { path = "../bevy_xr", version = "0.1.0" }
bevy_mod_openxr = { path = "../bevy_openxr", version = "0.1.0-rc1" } bevy_mod_openxr = { path = "../bevy_openxr", version = "0.1.0" }
[target.'cfg(not(target_family = "wasm"))'.dependencies] [target.'cfg(not(target_family = "wasm"))'.dependencies]
openxr = "0.18.0" openxr = "0.18.0"