Nilirad / bevy_prototype_lyon

Draw 2D shapes in Bevy
Apache License 2.0
702 stars 87 forks source link

Update for new bevy breaking changes #165

Closed rparrett closed 2 years ago

rparrett commented 2 years ago

This fixes recent breakage and makes all examples work again.

Nilirad commented 2 years ago

Thanks, I'll test it next week, as soon as I have access to a PC.

rparrett commented 2 years ago

Updated this for additional breaking changes.

Note: svg example is currently broken and I'm not sure if it's a bevy issue yet or if it needs to be fixed up here. See https://github.com/bevyengine/bevy/issues/5334.