diff options
author | metamuffin <metamuffin@disroot.org> | 2025-04-02 14:49:55 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-04-02 14:49:55 +0200 |
commit | 65adfb4be36e1d0cdb8926fb734b0477fb146631 (patch) | |
tree | 6b25b41c1d80b77ca90b1c423721610f0100e289 /Cargo.toml | |
parent | 0a0a026bc30055933958dee11691a87a3b1ec622 (diff) | |
download | unity-tools-65adfb4be36e1d0cdb8926fb734b0477fb146631.tar unity-tools-65adfb4be36e1d0cdb8926fb734b0477fb146631.tar.bz2 unity-tools-65adfb4be36e1d0cdb8926fb734b0477fb146631.tar.zst |
update for crunched dxt cubemap, still doesnt work.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ serde = { version = "1.0.219", features = ["derive"] } 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 = { git = "https://github.com/UniversalGameExtraction/texture2ddecoder", rev = "ef480c463d1e1ec421eda449357192cbf176745d" } # texture2ddecoder = { path = "../ext/texture2ddecoder" } lewton = "0.10.2" rayon = "1.10.0" |