From 775d474e023e457b9be1c5d315ea4bf2422cb9f7 Mon Sep 17 00:00:00 2001 From: Schmarni <51007916+Schmarni-Dev@users.noreply.github.com> Date: Wed, 5 Jun 2024 02:00:05 +0200 Subject: [PATCH] update readme to show current state of the crate (#116) Signed-off-by: Schmarni --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 098824af..f0cad42d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ 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. + ## Discord Come hang out if you have questions or issues