a TON of stuff and changes
This commit is contained in:
20
Cargo.toml
20
Cargo.toml
@@ -5,11 +5,11 @@ authors = ["mindv0rtex <mindv0rtex@users.noreply.github.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4"
|
||||
image = "0.23"
|
||||
indicatif = "0.15"
|
||||
chrono = "0.4.19"
|
||||
image = "0.23.14"
|
||||
indicatif = {version = "0.15.0", features = ["rayon"]}
|
||||
itertools = "0.10"
|
||||
rand = "0.8"
|
||||
rand = "0.8.3"
|
||||
rand_distr = "0.4"
|
||||
rayon = "1.5"
|
||||
|
||||
@@ -19,3 +19,15 @@ criterion = "0.3"
|
||||
[[bench]]
|
||||
name = "trig"
|
||||
harness = false
|
||||
|
||||
[profile.dev]
|
||||
codegen-units = 1
|
||||
opt-level = 3
|
||||
target-cpu = "native"
|
||||
lto = "thin"
|
||||
|
||||
[profile.release]
|
||||
codegen-units = 1
|
||||
opt-level = 3
|
||||
target-cpu = "native"
|
||||
lto = "fat"
|
||||
Reference in New Issue
Block a user