From d9a6ca9bef95288877d1eafd24862623267ed027 Mon Sep 17 00:00:00 2001 From: Schmarni Date: Mon, 1 Sep 2025 09:05:11 +0200 Subject: [PATCH] chore: update bevy_mod_openxr to fix transparency rendering issue Signed-off-by: Schmarni --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 10ef803..539b0a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1122,7 +1122,7 @@ dependencies = [ [[package]] name = "bevy_mod_openxr" version = "0.3.0" -source = "git+https://github.com/awtterpip/bevy_oxr#a988d731875072b0b56cf0e644b274d8de5051f4" +source = "git+https://github.com/awtterpip/bevy_oxr#9fd0c797598e70e2ea36824bfc9c0d56c8c0eb63" dependencies = [ "android_system_properties", "ash", @@ -1140,7 +1140,7 @@ dependencies = [ [[package]] name = "bevy_mod_xr" version = "0.3.0" -source = "git+https://github.com/awtterpip/bevy_oxr#a988d731875072b0b56cf0e644b274d8de5051f4" +source = "git+https://github.com/awtterpip/bevy_oxr#9fd0c797598e70e2ea36824bfc9c0d56c8c0eb63" dependencies = [ "bevy", ] @@ -4045,7 +4045,7 @@ version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d" dependencies = [ - "proc-macro-crate 3.3.0", + "proc-macro-crate 1.3.1", "proc-macro2", "quote", "syn 2.0.104", @@ -6718,7 +6718,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]]