raytracers/rtiow/Cargo.toml
Bill Thiede 639c50a3de More noise debugging.
Added another reference implementation in lode.rs.
Build CLI to generate noise with various parameters.
2018-10-07 07:43:42 -07:00

22 lines
375 B
TOML

[package]
name = "rtiow"
version = "0.1.0"
authors = ["Bill Thiede <rust@xinu.tv>"]
[dependencies]
rand = "0.5.5"
image = "0.19.0"
crossbeam-channel = "0.2.4"
num_cpus = "1.8.0"
rayon = "1.0.2"
structopt = "0.2.10"
stderrlog = "0.4.1"
log = "0.4.5"
cpuprofiler = "0.0.3"
lazy_static = "1.1.0"
askama = "0.7.1"
# For better profiling support.
[profile.release]
debug = true