feat: use better calculations for distance and average color
This commit is contained in:
13
Cargo.toml
13
Cargo.toml
@@ -6,9 +6,10 @@ license = "GPL-3.0-only"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
image = "0.23.6"
|
||||
anyhow = "1.0.31"
|
||||
rayon = "1.3.1"
|
||||
indicatif = { version = "0.15.0", features = ["rayon", "improved_unicode"] }
|
||||
noisy_float = "0.1.12"
|
||||
structopt = "0.3.15"
|
||||
image = "0.24.2"
|
||||
rayon = "1.5.3"
|
||||
indicatif = { version = "0.16.2", features = ["rayon", "improved_unicode"] }
|
||||
structopt = "0.3.26"
|
||||
eyre = "0.6.8"
|
||||
|
||||
[features]
|
||||
|
Reference in New Issue
Block a user