From 5c171d1ebe8c8cf60f6828128aeef5061e0957b4 Mon Sep 17 00:00:00 2001 From: Schmarni Date: Sun, 7 Jul 2024 16:55:31 +0200 Subject: [PATCH] update d3d12 and fix readme Signed-off-by: Schmarni --- README.md | 2 +- crates/bevy_openxr/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 diff --git a/crates/bevy_openxr/Cargo.toml b/crates/bevy_openxr/Cargo.toml index 389478c..83b9eb0 100644 --- a/crates/bevy_openxr/Cargo.toml +++ b/crates/bevy_openxr/Cargo.toml @@ -42,4 +42,4 @@ wgpu = { version = "0.19.3", features = ["vulkan-portability"] } [target.'cfg(target_family = "windows")'.dependencies] openxr = { version = "0.18.0", features = ["mint", "static"] } winapi = { version = "0.3.9", optional = true } -d3d12 = { version = "0.19", features = ["libloading"], optional = true } +d3d12 = { version = "0.20", features = ["libloading"], optional = true }