Open johanhelsing opened 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.
Do you think there will be any issues with bevy_ecs_tilemap?
I guess we should ask @StarArawn?
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.
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.
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.
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