pbrt 0.1.1

Rust implementation of https://pbrt.org/
Documentation
[dependencies.log]
version = "0.4.1"

[dependencies.nom]
version = "3.2.1"

[dependencies.regex]
version = "0.2.5"
[dev-dependencies.pretty_assertions]
version = "0.5.0"

[package]
authors = ["Bill Thiede <rust@xinu.tv>"]
description = "Rust implementation of https://pbrt.org/"
license = "Apache-2.0"
license-file = "LICENSE"
name = "pbrt"
readme = "README.md"
repository = "https://github.com/wathiede/pbrt"
version = "0.1.1"