From 4df77bd791638db3c59e5490493c367a492680bc Mon Sep 17 00:00:00 2001 From: Schmarni Date: Fri, 5 Jul 2024 02:02:20 +0200 Subject: [PATCH] update readme to better reflect the current status Signed-off-by: Schmarni --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb03b39..8326e68 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Bevy Mod XR -A crate for adding openxr support to Bevy ( planned to be upstreamed ). +A crate for adding openxr (and in the future webxr) support to Bevy. To see it in action run the example in `crates/bevy_openxr/examples` with `cargo run -p bevy_openxr --example 3d_scene`