From f2264f283efb4c84d44004a008b7ecb511dac8a7 Mon Sep 17 00:00:00 2001 From: Devon Sawatsky Date: Sat, 13 Jan 2024 23:10:44 -0800 Subject: add optional feature to use kmeans clustering --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f8a9b05..34b1d85 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 = "0.2.1" +kmeans = { version = "0.2.1", optional = true } [workspace] members = ["squash"] -- cgit 1.4.1-3-g733a5