Nilirad / bevy_prototype_lyon

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

Update code after changes of systems api in bevy #208

Closed iwek7 closed 1 year ago

iwek7 commented 1 year ago

Breaking changes were introduced in https://github.com/bevyengine/bevy/pull/8079

Not sure what strategy of keeping up to date with bevy this project has (master depends on bevy main branch but there are also some other branches), but this will be probably useful for anyone using bevy custom build.

Nilirad commented 1 year ago

Hi, thanks for the fix! According to #205 I'm going to track the latest bevy release on the master branch. Can you please change the target branch of this PR to bevy-main?

iwek7 commented 1 year ago

done