about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2024-01-14 05:36:21 -0600
committergennyble <gen@nyble.dev>2024-01-14 05:36:21 -0600
commit2b3181f3c4675d744338f497564faa00bc5d76db (patch)
tree8b3666409a6dc34e82c228a42aff18c53022cf36 /Cargo.toml
parent60c1c325765a91f99ebeb34e8218eec8283a4a88 (diff)
parentf2264f283efb4c84d44004a008b7ecb511dac8a7 (diff)
downloadcolorsquash-2b3181f3c4675d744338f497564faa00bc5d76db.tar.gz
colorsquash-2b3181f3c4675d744338f497564faa00bc5d76db.zip
merge novedevo:kmeans (#9)
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..34b1d85 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 = { version = "0.2.1", optional = true }
 
 [workspace]
 members = ["squash"]