Bump jpegxr dependency for wasm ABI bugfix

This fixes a crash when loading an ATF 'compressed alpha'
texture under wasm. The rust-side jpegxr wrapper was calling
C functions that trigger a WASM ABI bug.

See d49988f40f
for more details
This commit is contained in:
Aaron Hill 2024-01-13 17:57:49 -05:00 committed by TÖRÖK Attila
parent 55cdfab3d3
commit 2557d14678
1 changed files with 1 additions and 1 deletions

2
Cargo.lock generated
View File

@ -2713,7 +2713,7 @@ dependencies = [
[[package]]
name = "jpegxr"
version = "0.3.0"
source = "git+https://github.com/ruffle-rs/jpegxr?branch=ruffle#0251753f3ea4b7e301cb89e92c5707055b1db501"
source = "git+https://github.com/ruffle-rs/jpegxr?branch=ruffle#d49988f40f220e3e9c90d9f3df1d4e3bc41f6ce2"
dependencies = [
"bindgen 0.68.1",
"cc",