diff options
author | gennyble <gen@nyble.dev> | 2024-01-16 14:39:10 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2024-01-16 14:39:10 -0600 |
commit | bbbac45d835dd40c3fb53f8c7f9a2731783841e8 (patch) | |
tree | 617efb0c9561402720630f2996e13ae92efc36ae /Cargo.toml | |
parent | 3b2b22e590a6cfb847eec46eea5977f7a3794ac0 (diff) | |
parent | ecb0519646f6255410a58750c9be394fd20b1f03 (diff) | |
download | colorsquash-bbbac45d835dd40c3fb53f8c7f9a2731783841e8.tar.gz colorsquash-bbbac45d835dd40c3fb53f8c7f9a2731783841e8.zip |
merge novedevo:kmeans (#10)
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 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"] |