blob: e1a36baed5bf5ece46bc13227c0c342769aa9c82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[package]
name = "colorsquash"
version = "0.1.0"
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"
ahash = "0.7.4"
#libc = "0.2.103"
#rayon = "*"
#[dependencies.kmeans_colors]
#version = "0.3"
#default-features = false
[profile.release]
debug = true
|