Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7f4f345..e114594 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,13 +4,16 @@ version = "0.1.0"
edition = "2024"
[dependencies]
+array_chunks = "1.0.0"
atools = "0.1.6"
fimg = { path = "../fimg", features = ["real-show", "save"] }
# fimg = { git = "https://github.com/bend-n/fimg" }
implicit-fn = "0.1.0"
lower = "0.2.0"
+lru-cache = "0.1.2"
swash = "0.2.5"
swizzle = "0.1.0"
+umath = "0.0.7"
[[test]]
name = "test"