chore: update bevy_mod_openxr to fix transparency rendering issue

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2025-09-01 09:05:11 +02:00
parent 2e3e944f99
commit d9a6ca9bef

8
Cargo.lock generated
View File

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