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

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