Skip to content

Upgrade to Bevy 0.17#124

Merged
gschup merged 3 commits intogschup:mainfrom
johanhelsing:bevy-0.17
Oct 14, 2025
Merged

Upgrade to Bevy 0.17#124
gschup merged 3 commits intogschup:mainfrom
johanhelsing:bevy-0.17

Conversation

@johanhelsing
Copy link
Collaborator

@johanhelsing johanhelsing commented Oct 2, 2025

Relatively simple port.

Adopt to Bevy API changes:

  • Event -> Message
  • WindowResolution::new now takes u32 instead of f32.
  • InputSystem -> InputSystems

And use Systems suffix for system sets as recommended in the bevy 0.17 release post.

@johanhelsing johanhelsing added the enhancement New feature or request label Oct 2, 2025
As recommended by Bevy 0.17 release post
@johanhelsing johanhelsing assigned gschup and unassigned gschup Oct 2, 2025
@johanhelsing johanhelsing requested a review from gschup October 2, 2025 22:02
@johanhelsing
Copy link
Collaborator Author

I suspect @gschup may still be a bit busy with life, so if anybody else has the time for a review, it would probably be very welcome :)

@rcorre, @bushrat011899?

Copy link

@rcorre rcorre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haven't tested it, but looks pretty straightforward

@gschup gschup merged commit 74f5cda into gschup:main Oct 14, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants