johanhelsing / matchbox

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

bevy ggrs example: Depend on bevy with default features #422

Open johanhelsing opened 4 months ago

johanhelsing commented 4 months ago

Depending on bevy without default-features have so many footguns and tend to break on every bevy upgrade, and break in different ways on wasm and native.

Depending on default features produces a bigger binary, and lengthens CI times, but it seems the lesser evil.

Fixes #417