From 472677435a3983fe119f9e2407014ed28ffb7ec1 Mon Sep 17 00:00:00 2001 From: Schmarni Date: Thu, 6 Mar 2025 06:41:57 +0100 Subject: [PATCH] update version numbers Signed-off-by: Schmarni --- Cargo.lock | 10 +++++----- Cargo.toml | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6908772..8385b26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "accesskit" @@ -876,7 +876,7 @@ dependencies = [ [[package]] name = "bevy_mod_openxr" -version = "0.1.1" +version = "0.2.0" dependencies = [ "android_system_properties", "ash", @@ -905,14 +905,14 @@ dependencies = [ [[package]] name = "bevy_mod_xr" -version = "0.1.1" +version = "0.2.0" dependencies = [ "bevy", ] [[package]] name = "bevy_openxr_android" -version = "0.1.1" +version = "0.2.0" dependencies = [ "bevy", "bevy_mod_openxr", @@ -1332,7 +1332,7 @@ dependencies = [ [[package]] name = "bevy_xr_utils" -version = "0.1.1" +version = "0.2.0" dependencies = [ "bevy", "bevy_mod_openxr", diff --git a/Cargo.toml b/Cargo.toml index a776387..22fc46a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "0.1.1" +version = "0.2.0" edition = "2021" description = "Community crate for XR in Bevy" repository = "https://github.com/awtterpip/bevy_oxr" @@ -18,9 +18,9 @@ bevy = { version = "0.15", default-features = false, features = [ "bevy_window", "x11", ] } -bevy_mod_xr.path = "crates/bevy_xr" -bevy_mod_openxr.path = "crates/bevy_openxr" -bevy_xr_utils.path = "crates/bevy_xr_utils" +bevy_mod_xr = { path = "crates/bevy_xr", version = "0.2.0" } +bevy_mod_openxr = { path = "crates/bevy_openxr", version = "0.2.0" } +bevy_xr_utils = { path = "crates/bevy_xr_utils", version = "0.2.0" } openxr = "0.19.0" thiserror = "2.0.3" wgpu = "23"