Cargo.toml changes

This commit is contained in:
Simon Gardling 2021-04-01 11:21:19 -04:00
parent a927cfe6fa
commit dc2e46c51b

View File

@ -1,7 +1,7 @@
[package] [package]
name = "physarum" name = "physarum"
version = "0.1.0" version = "0.1.0"
authors = ["mindv0rtex <mindv0rtex@users.noreply.github.com>", "Simon Gardling <titaniumtown@gmail.com>"] authors = ["Simon Gardling <titaniumtown@gmail.com>", "mindv0rtex <mindv0rtex@users.noreply.github.com>"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]
@ -9,8 +9,7 @@ image = "0.23.14"
indicatif = {version = "0.15.0", features = ["rayon"]} indicatif = {version = "0.15.0", features = ["rayon"]}
itertools = "0.10" itertools = "0.10"
rand = "0.8.3" rand = "0.8.3"
rand_distr = "0.4" rand_distr = "0.4.0"
#rayon = "1.5"
rayon = {git = "https://github.com/rayon-rs/rayon.git"} rayon = {git = "https://github.com/rayon-rs/rayon.git"}
fastapprox = "0.3.0" fastapprox = "0.3.0"
@ -18,7 +17,7 @@ fastapprox = "0.3.0"
criterion = "0.3.4" criterion = "0.3.4"
[patch.crates-io] [patch.crates-io]
rayon = {git = "https://github.com/rayon-rs/rayon.git"} #for using git version of rayon rayon = {git = "https://github.com/rayon-rs/rayon.git"} #fixes dependency issues
[profile.dev] [profile.dev]
codegen-units = 1 codegen-units = 1