Support multiple populations.
This commit is contained in:
@@ -5,11 +5,12 @@ authors = ["mindv0rtex <mindv0rtex@users.noreply.github.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
image = "*"
|
||||
image = "0.23"
|
||||
indicatif = "0.15"
|
||||
itertools = "*"
|
||||
rand = "*"
|
||||
rayon = "*"
|
||||
itertools = "0.10"
|
||||
rand = "0.8"
|
||||
rand_distr = "0.4"
|
||||
rayon = "1.5"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user