diff options
author | metamuffin <metamuffin@disroot.org> | 2025-03-26 19:16:01 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-03-26 19:16:01 +0100 |
commit | ab8ecf890fc51fcaf8b85ae594bf41db8aa6bc8a (patch) | |
tree | 863aef760d6a347b11811d2fb06edeaf43a63562 /Cargo.toml | |
parent | 11f492a942b3a052017be5d4fe2c76f9e7685ee6 (diff) | |
download | unity-tools-ab8ecf890fc51fcaf8b85ae594bf41db8aa6bc8a.tar unity-tools-ab8ecf890fc51fcaf8b85ae594bf41db8aa6bc8a.tar.bz2 unity-tools-ab8ecf890fc51fcaf8b85ae594bf41db8aa6bc8a.tar.zst |
dxt1 decompression failure
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,4 +21,6 @@ glam = { version = "0.30.0", features = ["serde"] } texpresso = "2.0.1" image = "0.25.5" texture2ddecoder = { git = "https://github.com/UniversalGameExtraction/texture2ddecoder", rev = "d2b4653fda298f1da39917da86bc509b17879808" } +# texture2ddecoder = { path = "../ext/texture2ddecoder" } lewton = "0.10.2" +rayon = "1.10.0" |