johanhelsing / matchbox

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

Fix bevy_ggrs example not working on native #423

Closed johanhelsing closed 4 months ago

johanhelsing commented 4 months ago

Fixes #417

johanhelsing commented 4 months ago

Perhaps we should add the multi-threaded feature as dependency for bevy_matchbox as well? It's already required for the signaling feature. I don't understand exactly why it's needed though.