-
-
Notifications
You must be signed in to change notification settings - Fork 15
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 Bevy to v0.11 #156
Update Bevy to v0.11 #156
Conversation
FromReflect is now derived automatically when Reflect is derived
Thanks for the PR! I was away for vacations, so I'll check in later this week :) |
Currently there is no bevy v0.11 compatible release available
This took longer than expected, but should be ready to review now! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me so far - @janhohenheim should look over it however, I don't feel 100% confident in my knowledge ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything good for me, I'll shoot @janhohenheim a message if he can take a look! :)
Sorry for the delay! LGTM, thanks for the work! :) |
Closes #155.
This PR updates to the latest Bevy version, v0.11.
This is still a work in progress, I believe we also have to wait for updates to our dependencies to be released, such as
seldom_fn_plugin
.