diff options
author | gennyble <gen@nyble.dev> | 2022-12-10 17:24:16 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2022-12-10 17:24:16 -0600 |
commit | 9ef5ad4644f6a17934f940ce52ff38811daa1631 (patch) | |
tree | 38cad0f4132455b8045d5b63692d3b258a1261d2 /Cargo.toml | |
parent | 54e14268da4aafc413c092d898272d3967aea328 (diff) | |
download | colorsquash-9ef5ad4644f6a17934f940ce52ff38811daa1631.tar.gz colorsquash-9ef5ad4644f6a17934f940ce52ff38811daa1631.zip |
Libify colorquash
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.toml b/Cargo.toml index 9a2c9ad..e1a36ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,20 +1,20 @@ [package] -name = "colors" +name = "colorsquash" version = "0.1.0" -authors = ["Brad Alfirevic <brad@genbyte.dev>"] +authors = ["Genny Z <gen@nyble.dev>"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -image = "0.23.14" +#image = "0.23.14" ahash = "0.7.4" -libc = "0.2.103" -rayon = "*" +#libc = "0.2.103" +#rayon = "*" -[dependencies.kmeans_colors] -version = "0.3" -default-features = false +#[dependencies.kmeans_colors] +#version = "0.3" +#default-features = false [profile.release] debug = true \ No newline at end of file |