aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-03-14 11:20:02 +0100
committermetamuffin <metamuffin@disroot.org>2025-03-14 11:20:02 +0100
commit6debd2c0a230d623c06869ca4c4f13519f53eb5d (patch)
treea6a2ea4163599833be71fc240ce5fc219eb57afe /Cargo.toml
parentb9affdc70b3fa206c44e1fee352a85dc4f7a27b0 (diff)
downloadunity-tools-6debd2c0a230d623c06869ca4c4f13519f53eb5d.tar
unity-tools-6debd2c0a230d623c06869ca4c4f13519f53eb5d.tar.bz2
unity-tools-6debd2c0a230d623c06869ca4c4f13519f53eb5d.tar.zst
improve PPtr functions
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e6aa46f..ecd0a2f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,4 +16,5 @@ 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" }
+texture2ddecoder = { git = "https://github.com/UniversalGameExtraction/texture2ddecoder", rev = "d2b4653fda298f1da39917da86bc509b17879808" }
+gltf = "1.4.1"