about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDevon Sawatsky <novedevo@gmail.com>2024-01-13 22:36:54 -0800
committerDevon Sawatsky <novedevo@gmail.com>2024-01-13 22:36:54 -0800
commitbe4084184ef33bf41041bb697ae66ed713ad734d (patch)
treee0ca19f249442b09c953cd2db3b6f3e0fd6026a5 /Cargo.toml
parent0ec3c8d1c51ea2286e7762f3a3d1cbebd7700f50 (diff)
downloadcolorsquash-be4084184ef33bf41041bb697ae66ed713ad734d.tar.gz
colorsquash-be4084184ef33bf41041bb697ae66ed713ad734d.zip
update, add kmeans
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c5bb6a7..f8a9b05 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,7 @@ repository = "https://github.com/gennyble/colorsquash"
 [dependencies]
 rgb = "0.8.36"
 gifed = { path = "../gifed/gifed", optional = true }
+kmeans = "0.2.1"
 
 [workspace]
 members = ["squash"]