bevy_prototype_lyon icon indicating copy to clipboard operation
bevy_prototype_lyon copied to clipboard

Dyanmic shapes example does not compile

Open iiYese opened this issue 2 years ago • 5 comments

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

iiYese avatar Feb 18 '23 19:02 iiYese

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?

rparrett avatar Feb 18 '23 23:02 rparrett

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

iiYese avatar Feb 18 '23 23:02 iiYese

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

rparrett avatar Feb 19 '23 00:02 rparrett

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

rparrett avatar Feb 19 '23 00:02 rparrett

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

Nilirad avatar Feb 19 '23 08:02 Nilirad