about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2024-01-16 14:39:10 -0600
committergennyble <gen@nyble.dev>2024-01-16 14:39:10 -0600
commitbbbac45d835dd40c3fb53f8c7f9a2731783841e8 (patch)
tree617efb0c9561402720630f2996e13ae92efc36ae /Cargo.toml
parent3b2b22e590a6cfb847eec46eea5977f7a3794ac0 (diff)
parentecb0519646f6255410a58750c9be394fd20b1f03 (diff)
downloadcolorsquash-bbbac45d835dd40c3fb53f8c7f9a2731783841e8.tar.gz
colorsquash-bbbac45d835dd40c3fb53f8c7f9a2731783841e8.zip
merge novedevo:kmeans (#10)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a877168..e0cdfc4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +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 }
+rand = { version = "0.8.5", optional = true }
 
 [workspace]
 members = ["squash"]