Nilirad/bevy_prototype_lyon

Dyanmic shapes example does not compile

iiYese opened this issue · 5 comments

As described in issue title. Using bevy 0.9 with 0.7.2.

It sounds like you may be using example code from the main (development) git branch with the latest released version.

Here's a link to the version of that example that will work with 0.7.2:
https://github.com/Nilirad/bevy_prototype_lyon/blob/v0.7.2/examples/dynamic_shape.rs

If that doesn't resolve the issue, could you please share the error message you are seeing?

Thanks that works. Is there a reason this isn't on the main branch yet? 🤔

The main branch is up-to-date and there have been some unreleased breaking changes since 0.7.2.

Maybe the readme should be linking to the examples for the latest released version though.

I agree, but I should make a latest branch first.