Cargo Features

bevy_rtc has no features set by default.

[dependencies]
bevy_rtc = { version = "0.3.1", features = ["client", "server", "binary"] }
default

These default features are set whenever bevy_rtc is added without default-features = false somewhere in the dependency tree.

Enables serde_json

Default encoding

client

Affects bevy_rtc::client

server

Enables signaling of bevy_matchbox

Affects bevy_rtc::server

binary

Enables bincode

Binary encoding (binary feature)

Affects protocol::Protocol.from_packet, protocol::Protocol.to_packet