project: add BVH dependency
This commit is contained in:
parent
1eeedf3d7f
commit
1a3d0ca2a7
|
@ -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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
bvh = "0.3.2"
|
||||||
|
|
Loading…
Reference in a new issue