bevy_channel_trigger
Send events via a channels form anywhere (eg. web-dom, c-ffi) to Bevy Observers.
Inspired by bevy_crossbeam_event but using flume instead of crossbeam as the underlying efficient unbounded channel and delivering the events via Bevy Observers instead of EventReader.