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:
parent
a53a7e728c
commit
444ec6e593
1 changed files with 3 additions and 3 deletions
|
@ -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 }
|
||||||
|
|
Loading…
Add table
Reference in a new issue