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.
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 addedbevy_state
feature for Bevy, and some color and meshing changes.