Closed Rynibami closed 2 months ago
The examples from git main require git main version of bevy_lunex, which was ahead of crates.io latest release (0.2.3). The book is also tracking git main. This should be fixed now with the latest crates.io release I just published (0.2.4)
I'm trying your examples standalone, but they won't compile properly. I've tried multiple ones, but they all seem to be unable to find types that should be in the prelude. I used the smallest example below (
Mesh2D
).