From 88656a81d8e1480c3e37a3402901525aee1a596c Mon Sep 17 00:00:00 2001 From: gennyble Date: Sun, 14 Jan 2024 07:33:52 -0600 Subject: allow choosing selection algorithm --- squash/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'squash/Cargo.toml') diff --git a/squash/Cargo.toml b/squash/Cargo.toml index 760dcaf..a1583b3 100644 --- a/squash/Cargo.toml +++ b/squash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "squash" -version = "0.2.0" +version = "0.3.0" authors = ["gennyble "] edition = "2021" license = "ISC" @@ -11,7 +11,7 @@ repository = "https://github.com/gennyble/colorsquash/tree/main/squash" [dependencies] # the meat 'o the thing! the meaning behind it all -colorsquash = { path = "..", version = "0.1.0", features = ["gifed"] } +colorsquash = { path = "..", version = "0.1.0", features = ["gifed", "kmeans"] } # just useful tools for writing binaries anyhow = "1.0.75" -- cgit 1.4.1-3-g733a5