Skip to content

Commit

Permalink
update readme and version
Browse files Browse the repository at this point in the history
Signed-off-by: Schmarni <marnistromer@gmail.com>
  • Loading branch information
Schmarni-Dev committed Jul 5, 2024
1 parent 856300b commit 50e6502
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 50e6502

Please sign in to comment.