-
Notifications
You must be signed in to change notification settings - Fork 13
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.7 #27
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #27 +/- ##
==========================================
- Coverage 77.53% 77.51% -0.03%
==========================================
Files 15 15
Lines 837 836 -1
==========================================
- Hits 649 648 -1
Misses 188 188
Continue to review full report at Codecov.
|
Also todo: upgrade wasm bindgen version to fix clippy errors with the demo. Making it part of this pr as it seems like it makes sense to bundle with the rust edition upgrade. |
Tested using https://github.com/vilcans/orbgame and it seems to work. Since we are looking to replace our bevy plugin with one that has better bevy integration (#14), I probably won't add a playable bevy example for Once the next version of CrystalOrb gets released with this changes, I might make a PR for orbgame with those changes I used to test this PR. |
Oh rip, I'm too slow. Bevy 0.7 is already out. https://bevyengine.org/news/bevy-0-7/ |
BTW, https://github.com/smokku/bevy_networking_turbulence is unmaintained. I would suggest to consider using https://github.com/lucaspoffo/renet instead. |
Fixes #26
Remaining tasks: Add an in-tree example that uses
crystalorb-bevy-networking-turbulence
crate to test that it still works.