raytracers/rtchallenge/Cargo.toml
Bill Thiede 462c90e8c8
All checks were successful
continuous-integration/drone/push Build is passing
matrices: benchmark Matrix::inverse & inverse_old
2021-07-05 16:44:06 -07:00

19 lines
359 B
TOML

[package]
name = "rtchallenge"
version = "0.1.0"
authors = ["Bill Thiede <git@xinu.tv>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.41"
criterion = "0.3.4"
float-cmp = "0.8.0"
png = "0.16.8"
thiserror = "1.0.25"
[[bench]]
name = "matrices"
harness = false