raytracers/rtiow/Cargo.toml
Bill Thiede 9698afce43 Implement sub-sampling anti-aliasing.
Move camera to code to separate module.
2018-09-09 13:37:35 -07:00

8 lines
115 B
TOML

[package]
name = "rtiow"
version = "0.1.0"
authors = ["Bill Thiede <rust@xinu.tv>"]
[dependencies]
rand = "0.5.5"