-
Notifications
You must be signed in to change notification settings - Fork 32
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 #318
Update to bevy 0.15 #318
Conversation
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.
Also checked and working here! No idea what to say about the ChildBuild
issue, but guess it doesn't block a merge?
BTW I think the CI failure here is caused by |
I think this error can be fixed by adding |
I can reproduce the CI failure on my own machine by running This can also be seen with the same CI failure in #322, which only touches EDIT: Upon further investigation, I see that the CI doctest failures started when the rustc toolchain changed from version 1.82.0 to 1.83.0. I also confirmed locally that either disabling the This would be a silly reason to disable |
Fixes #320.
We'll probably want to set up a tag / versioning system soon.
The
ChildBuild
workaround I chose is probably not ideal, but it works.Confirmed that the game compiles, runs, and seems fine.