diff options
author | metamuffin <metamuffin@disroot.org> | 2025-03-12 12:41:39 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-03-12 12:41:39 +0100 |
commit | 8bea7b0838ca83af9abf2ec64b679b98c92d472e (patch) | |
tree | bf9fb2188bf49aece0304c61842afe5516173cbd /Cargo.toml | |
parent | cb9a60f45cb8438c58c2f1ecb2f59611dc5d515a (diff) | |
download | unity-tools-8bea7b0838ca83af9abf2ec64b679b98c92d472e.tar unity-tools-8bea7b0838ca83af9abf2ec64b679b98c92d472e.tar.bz2 unity-tools-8bea7b0838ca83af9abf2ec64b679b98c92d472e.tar.zst |
many more texture formats
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,3 +16,4 @@ serde_yml = "0.0.12" glam = { version = "0.30.0", features = ["serde"] } texpresso = "2.0.1" image = "0.25.5" +texture2ddecoder = { git = "https://github.com/UniversalGameExtraction/texture2ddecoder" } |