raytracers/rtiow/tracer/Cargo.toml
Bill Thiede d9d183b1e5
Some checks failed
continuous-integration/drone/push Build is failing
rtiow: break project into multiple workspaces.
2019-11-09 11:56:33 -08:00

14 lines
306 B
TOML

[package]
name = "tracer"
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]
log = "0.4.5"
renderer = { path = "../renderer" }
stderrlog = "0.4.1"
structopt = "0.2.10"