The signature of the function you need to pass to App::set_runner has changed and this isn't mentioned at all in the migration guide.
Also, the section "Separate states from core ECS" states
Projects that use bevy_app directly and use states will need to add the bevy_state feature.
but bevy_app has no such feature. I think maybe you meant "that use bevy directly?" (It has a feature with that name)
The signature of the function you need to pass to
App::set_runnerhas changed and this isn't mentioned at all in the migration guide.Also, the section "Separate states from core ECS" states
but
bevy_apphas no such feature. I think maybe you meant "that usebevydirectly?" (It has a feature with that name)