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 for Bevy 0.15 #52

Merged
merged 4 commits into from
Dec 6, 2024
Merged

Conversation

CosterM
Copy link
Contributor

@CosterM CosterM commented Dec 3, 2024

A largely straightforward update

More significant changes (might require changes from some users):

  • RawManifestStatus can no longer be PartialEq, Eq, as bevy's LoadState is not PartialEq, Eq

Of note:
I have not changed the Bundle in the example to use required components, but deprecated bundles from bevy (i.e. SpatialBundle) have been replaced with required components.

I also noticed that examples which were using MinimalPlugins have been broken since the update to bevy 0.14, as they did not include StatesPlugin, so I have also fixed that. (If you would rather I move that to another PR let me know)

Copy link
Contributor

@alice-i-cecile alice-i-cecile left a comment

Choose a reason for hiding this comment

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

Your change set is better than mine. Merging!

@alice-i-cecile alice-i-cecile merged commit a400918 into Leafwing-Studios:main Dec 6, 2024
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