lichtspiel 0.1.0

Implementation of a ray tracer
Documentation
1
2
3
4
5
6
7
8
release:
	cargo build --release

test:
	cargo test

bench:
	cargo bench