Closed
Description
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 thebevy_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)