All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- upgrade to bevy
0.15
- upgrade
bevy_channel_trigger
to version that is backed by crossbeam for smaller wasm build
- use
bevy_channel_trigger
instead ofbevy_crossbeam_event
, this changes how you consume the events we sent to you, see readme for example