Trouv / bevy_ecs_ldtk

ECS-friendly ldtk plugin for bevy, leveraging bevy_ecs_tilemap
Other
694 stars 79 forks source link

bevy-main branch? #57

Open johanhelsing opened 2 years ago

johanhelsing commented 2 years ago

Hey, just wondering whether you wish to maintain an official bevy-main branch or not?

For now, there is just one breaking change, see https://github.com/Trouv/bevy_ecs_ldtk/compare/main...johanhelsing:bevy-main?expand=1

Trouv commented 2 years ago

Do you think there will be any issues with bevy_ecs_tilemap? I see it doesn't have a bevy-main branch right now. During development of the first release I had to be pretty careful about my Cargo.toml so that it depended on the same bevy ref that bevy_ecs_tilemap's bevy-main branch was depending on, otherwise I ran into some issues.

johanhelsing commented 2 years ago

Do you think there will be any issues with bevy_ecs_tilemap?

I guess we should ask @StarArawn?

StarArawn commented 2 years ago

We use to have a bevy-main branch, but I think I got rid of it or stopped using it when bevy 0.6 came out. I can try to create one soonish. It just can be a lot of work to maintain it.

johanhelsing commented 2 years ago

I guess it depends on how much the library itself changes. If it's not much then at least it makes it easier when bevy 0.7 is released.

johanhelsing commented 2 years ago

For what it's worth, bevy releases seem to come much more regularly now, so maybe more projects will stick to released versions, and this will be less of a problem.