blob: 9a2c9ad9a89d9c3bfa21f13cc894f452092a6a93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[package]
name = "colors"
version = "0.1.0"
authors = ["Brad Alfirevic <brad@genbyte.dev>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
image = "0.23.14"
ahash = "0.7.4"
libc = "0.2.103"
rayon = "*"
[dependencies.kmeans_colors]
version = "0.3"
default-features = false
[profile.release]
debug = true
|