roctree/Cargo.toml
Alex Selimov 209f483992 [WIP] start critical data structures, NEED TESTS*
- Add missing primitives file
- Begin bounding volume hierarchy code
- Add some untested base functions for octree and morton encoding
- Add interesection tests for box and triangle
2025-03-05 09:14:58 -05:00

10 lines
121 B
TOML

[package]
name = "roctree"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "*"
vecmath = "*"
itertools = "*"