1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-24 21:37:46 +00:00

Bump binrw, texture2ddecoder

This commit is contained in:
Joshua Goins 2024-06-28 06:16:20 -04:00
parent a53a7e728c
commit 444ec6e593

View file

@ -55,9 +55,9 @@ patch_testing = ["game_install"]
[dependencies] [dependencies]
# amazing binary parsing/writing library # amazing binary parsing/writing library
binrw = { version = "0.13.0", features = ["std"], default-features = false } binrw = { version = "0.14", features = ["std"], default-features = false }
tracing = { version = "0.1.40", features = ["std"], default-features = false } tracing = { version = "0.1", features = ["std"], default-features = false }
# used for zlib compression in sqpack files # used for zlib compression in sqpack files
libz-ng-sys = { version = "1.1" } libz-ng-sys = { version = "1.1" }
@ -73,4 +73,4 @@ half = { version = "2", optional = true }
bitflags = { version = "1.3", optional = true } bitflags = { version = "1.3", optional = true }
# needed for dxt/bc decompression # needed for dxt/bc decompression
texture2ddecoder = { version = "0.0.5", optional = true } texture2ddecoder = { version = "0.1", optional = true }