about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2021-10-03 20:58:06 -0500
committergennyble <gen@nyble.dev>2021-10-03 22:54:56 -0500
commit8f599c7e4878d5d3f3f5fd7eb7f2196d9d665d02 (patch)
treedd936c44804dd4b3ef1f0c88035e10573ef690f8 /Cargo.toml
parentff994f5f25bd10c7bca9a2d59992584d39e335dd (diff)
downloadcolorsquash-8f599c7e4878d5d3f3f5fd7eb7f2196d9d665d02.tar.gz
colorsquash-8f599c7e4878d5d3f3f5fd7eb7f2196d9d665d02.zip
Rework color map creation, remove parallelation
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a116a39..9a2c9ad 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,8 @@ edition = "2021"
 
 [dependencies]
 image = "0.23.14"
+ahash = "0.7.4"
+libc = "0.2.103"
 rayon = "*"
 
 [dependencies.kmeans_colors]