-
Notifications
You must be signed in to change notification settings - Fork 42
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
fix: upgrade bevy 0.12 #45
Conversation
Thanks for this. I'll take a proper look tomorrow and make sure everything runs fine, but should be good. Could you also update the version table in the README? |
Done 😉 |
I'm not sure why, but when I try to run the examples on this branch I get a compile error in
I couldn't find anyone else having the issue, and the bevy examples compile fine for me, so not sure what's going on here. |
I too am interested in seeing debug lines on 0.12, so I cloned the repo for this PR and tried it. Could you verify that the examples don't work for you after switching to that branch? Edit: |
This does indeed seem to work now. Sorry for the delay. I've merged it manually since I had to do some commits to update the readme etc. Thank you! |
Upgrades the code to Bevy 0.12