raytracers/rtiow/Cargo.toml
Bill Thiede aa26c79f6d Add some faster AABB hit implementations.
Switch e?println to info/trace logging.
2018-09-18 17:48:27 -07:00

15 lines
250 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"