[package] name = "ray-tracer" description = "A simple yet extensible ray tracing engine." version = "0.1.0" authors = ["Alessandro Genova "] edition = "2018" license = "MIT/Apache-2.0" homepage = "https://github.com/alesgenova/ray-tracer" repository = "https://github.com/alesgenova/ray-tracer" keywords = ["ray-tracing", "path-tracing", "3d", "graphics"] categories = ["rendering", "graphics"] readme = "README.md" [dependencies] num-traits = { version = "0.2", default-features = false } rand = { version = "0.6", features = ["wasm-bindgen"] }