Closed viktor-ferenczi closed 1 year ago
In Cargo.toml you need:
Cargo.toml
bvh = "0.7.1"
because of cargo tree:
cargo tree
├── bvh v0.7.0 │ ├── approx v0.5.1 (*) │ ├── glam v0.21.3
Two different glam versions (0.21 and 0.22) broke the compilation.
Thanks. The dependency is updated. Feel free to reopen if there are any further issues.
In
Cargo.toml
you need:because of
cargo tree
:Two different glam versions (0.21 and 0.22) broke the compilation.