update d3d12 and fix readme

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2024-07-07 16:55:31 +02:00
parent fceca59962
commit 5c171d1ebe
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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 }