diff options
author | Devon Sawatsky <novedevo@gmail.com> | 2024-01-14 19:31:26 -0800 |
---|---|---|
committer | Devon Sawatsky <novedevo@gmail.com> | 2024-01-14 19:31:26 -0800 |
commit | ecb0519646f6255410a58750c9be394fd20b1f03 (patch) | |
tree | 81eac1de4d781ccfe0199ded8a4a6951ee28bd14 /Cargo.toml | |
parent | 4e9a4f8a65598eaaec91e6a08b2d2c4a10bfecdb (diff) | |
download | colorsquash-ecb0519646f6255410a58750c9be394fd20b1f03.tar.gz colorsquash-ecb0519646f6255410a58750c9be394fd20b1f03.zip |
remove kmeans in favor of NIH'd implementation
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 34b1d85..7be3913 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"] |