pbrt 0.1.5

Rust implementation of https://pbrt.org/
Documentation
1
2
3
4
5
6
7
# Installing
Symlink the files in this directory into your `.git/hooks/` directory to
enable policies for this project. Example:

```bash
$ ln -s ../git-hooks/pre-commit ../.git/hooks/
```