cryscan / bevy-hikari

A Realtime Path Tracer for Bevy.
Other
349 stars 15 forks source link

glam version conflict #87

Closed viktor-ferenczi closed 1 year ago

viktor-ferenczi commented 1 year ago

In Cargo.toml you need:

bvh = "0.7.1"

because of 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.

cryscan commented 1 year ago

Thanks. The dependency is updated. Feel free to reopen if there are any further issues.