From 50e6502a9d8498049745f623e52ebc8a11d863ec Mon Sep 17 00:00:00 2001 From: Schmarni Date: Fri, 5 Jul 2024 05:17:41 +0200 Subject: [PATCH] update readme and version Signed-off-by: Schmarni --- Cargo.toml | 2 +- README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3b1acb4b..613de206 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ color-eyre = "0.6.2" [package] name = "bevy_oxr" -version = "0.2.0" +version = "0.3.0" description = "Community crate for OpenXR in Bevy" edition.workspace = true license.workspace = true diff --git a/README.md b/README.md index f0cad42d..d067dcea 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ A crate for adding openxr support to Bevy ( planned to be upstreamed ). To see it in action run the example in `examples` with `cargo run --example xr` -## This crate will not recive any feature or performance updates -the current implementation will not be updated! -we will release a version for bevy 0.14 once that releases but no further version will be supported! -there is a new rewrite that will be upstreamed into bevy in the future. -you can use that from this git repo if you want, but be warned it has a completly different public api. +## Deprecation Notice + +This crate will not recive any feature or performance updates +It will also not get any support +it's recommended to migrate to [bevy_mod_xr](https://crates.io/crates/bevy_mod_xr) and [bevy_mod_openxr](https://crates.io/crates/bevy_mod_openxr), if you want the hand gizmos they are now in [bevy_xr_utils](https://crates.io/crates/bevy_xr_utils) ## Discord