From abbb689c30347c17cd2043ef814477ddecc10297 Mon Sep 17 00:00:00 2001 From: Schmarni Date: Sun, 7 Jul 2024 16:55:31 +0200 Subject: [PATCH 1/2] update d3d12 and fix readme Signed-off-by: Schmarni --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8326e68..9fac103 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 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` +To see it in action run the example in `crates/bevy_openxr/examples` with `cargo run -p bevy_mod_openxr --example 3d_scene` ## Discord From 9717415123296dd1f64a650eb09520d858b89a2a Mon Sep 17 00:00:00 2001 From: Schmarni Date: Tue, 16 Jul 2024 17:12:28 +0200 Subject: [PATCH 2/2] fix second example command in readme Signed-off-by: Schmarni --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fac103..4525532 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ https://discord.gg/sqMw7UJhNc - Make sure, if you're on Linux, that you have the `openxr` package installed on your system. - I'm getting poor performance. - - Like other bevy projects, make sure you're building in release (example: `cargo run -p bevy_openxr --example 3d_scene --release`) + - Like other bevy projects, make sure you're building in release (example: `cargo run -p bevy_mod_openxr --example 3d_scene --release`) ## License