johanhelsing / matchbox

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

Fix bevy_ggrs example not working on native #423

Closed johanhelsing closed 9 months ago

johanhelsing commented 9 months ago

Fixes #417

johanhelsing commented 9 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.