Support multiple populations.

This commit is contained in:
mindv0rtex
2021-03-02 14:40:12 -05:00
parent 716dece2e3
commit 9dbe6144f0
6 changed files with 267 additions and 131 deletions

View File

@@ -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"