Skip to content
New issue

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

Update to Bevy 0.11 #48

Merged
merged 1 commit into from
Jul 14, 2023
Merged

Update to Bevy 0.11 #48

merged 1 commit into from
Jul 14, 2023

Conversation

msklosak
Copy link
Contributor

This PR updates bevy-console to Bevy 0.11.

The main changes (besides README.md and doctest cleanup) are the usage of add_plugins(...) and add_systems(...) everywhere as the old add_plugin(...) and add_system(...) methods have been deprecated. A few changes were needed, such as:

  • Update get_param() usage to include parameter changes from base SystemParam
  • Derive Event for Bevy events
  • Update tests using KeyboardInput to add the required window field (set to Entity::PLACEHOLDER)

@makspll
Copy link
Collaborator

makspll commented Jul 14, 2023

Lovely, thanks so much, will look into merging and releasing this weekend :)

@makspll
Copy link
Collaborator

makspll commented Jul 14, 2023

looks good!

@makspll makspll closed this Jul 14, 2023
@makspll makspll reopened this Jul 14, 2023
@makspll makspll merged commit bb271aa into RichoDemus:main Jul 14, 2023
@msklosak msklosak deleted the bevy_0.11 branch July 14, 2023 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants