project: add BVH dependency

This commit is contained in:
Bruno BELANYI 2020-03-16 14:30:38 +01:00
parent 1eeedf3d7f
commit 1a3d0ca2a7

View file

@ -11,3 +11,4 @@ description = "A pathtracer written in Rust"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bvh = "0.3.2"