aboutsummaryrefslogtreecommitdiff
path: root/texture-decoder/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'texture-decoder/Cargo.toml')
-rw-r--r--texture-decoder/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/texture-decoder/Cargo.toml b/texture-decoder/Cargo.toml
new file mode 100644
index 0000000..6694196
--- /dev/null
+++ b/texture-decoder/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "texture-decoder"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+byteorder = "1.4.3"
+image = "0.24.7"