Cargo Features

bevy_matchbox has no features set by default.

[dependencies]
bevy_matchbox = { version = "0.9.0", features = ["ggrs", "signaling"] }
ggrs

Enables ggrs of matchbox_socket

signaling

Enables async-compat, matchbox_signaling and multi-threaded of bevy

bevy:

Enables multithreaded parallelism in the engine. Disabling it forces all engine tasks to run on a single thread.

bevy_matchbox has 2 features without comments.