Veritius / bevy_stardust

A flexible networking crate for Bevy.
Apache License 2.0
41 stars 1 forks source link

Testing-oriented channel registry #33

Open Veritius opened 6 months ago

Veritius commented 6 months ago

It's a little silly to create an entire World and App just to test code that needs a reference to a channel registry. Some kind of non-Resource ChannelRegistryInner holder that also gives mutable access to add channels would be good.