We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
App::set_runner
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.
bevy_app
bevy_state
but bevy_app has no such feature. I think maybe you meant "that use bevy directly?" (It has a feature with that name)
bevy
The text was updated successfully, but these errors were encountered:
Thanks for the report! I think the signature likely changed in the AppExit PR, but I'll need to go through the blame to confirm.
AppExit
As for the second bit, I actually just fixed it yesterday in #1539! :)
Sorry, something went wrong.
App::set_runner changes will be due to bevyengine/bevy#9202
It also appears that bevyengine/bevy#13022 contributed to the breaking change as well. I'm working on a PR for this now.
App
Successfully merging a pull request may close this issue.
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
but
bevy_app
has no such feature. I think maybe you meant "that usebevy
directly?" (It has a feature with that name)The text was updated successfully, but these errors were encountered: