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.15 #50

Merged
merged 3 commits into from
Dec 8, 2024
Merged

Update to Bevy 0.15 #50

merged 3 commits into from
Dec 8, 2024

Conversation

purplg
Copy link
Contributor

@purplg purplg commented Nov 24, 2024

Hi, I needed this for a new project, so I went ahead and updated to 0.15 release candidate.

  • Still need to update README.
    Wasn't sure on your preference on this since it includes the Bevy compatibility table and if you prefer waiting to cut a new release. I'm happy to update this now if you like.

  • Removed Msaa::Sample4 from the examples.
    Msaa::Sample4 is now a Component instead of a Resource so it would have to be added to the Camera entity itself. We could use an Observer to add it when the Camera spawns or build it into the library itself by default.

  • Replaced ManualEventReader (InputState) with EventReader.
    ManualEventReader seems to have been removed in 0.15. I'm not familiar with ManualEventReader and what benefits it might have provided the library.

@sburris0 sburris0 merged commit 79b688c into sburris0:master Dec 8, 2024
5 checks passed
@sburris0
Copy link
Owner

sburris0 commented Dec 8, 2024

Merged, thank you! I got the README update. Will publish new version shortly

@sburris0 sburris0 mentioned this pull request Dec 8, 2024
@purplg purplg deleted the bevy_0.15 branch December 8, 2024 17:56
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