Nilirad / bevy_prototype_lyon

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

Track Bevy release on default branch #205

Closed Nilirad closed 1 year ago

Nilirad commented 1 year ago

Since Bevy adopted a train release schedule, it makes less sense to closely track Bevy's main branch. This PR will make the master branch depend on Bevy 0.10. I already pushed a bevy-main branch that tracks Bevy as we always did. I also adapted the GitHub Actions workflows to also work with bevy-main.

The new PR policy will be that changes should be targeted preferably on the master branch, while bevy_main is for fixing breaking changes and for using Bevy features not yet supported on release.

TODO