johanhelsing / matchbox

Painless peer-to-peer WebRTC networking for rust wasm (and native!)
Apache License 2.0
869 stars 72 forks source link

Update `bevy_matchbox` to Bevy 0.14 #455

Closed Jondolf closed 2 months ago

Jondolf commented 2 months ago

Fixes #454.

This PR is an upgrade to Bevy 0.14. I opened this in draft for now, as it depends on my own branch for bevy_ggrs since we seem to be blocked on them updating first. See https://github.com/gschup/bevy_ggrs/pull/111.

The changes are pretty trivial, just version bumps (also updated serde_qs while we're at it), an added bevy_state feature for Bevy, and some color and meshing changes.

johanhelsing commented 2 months ago

Should be rebased now after #457, but also still waiting for release of bevy_ggrs

johanhelsing commented 2 months ago

Bevy ggrs 0.16 is out now, so this is unblocked