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_rtcis added withoutsomewhere in the dependency tree.default-features = false Enables serde_json
Default encoding
- client
-
Affects
bevy_rtc::client… - server
-
Enables signaling of bevy_matchbox ^0.9.0
Affects
bevy_rtc::server… - binary
-
Enables bincode ^1
Binary encoding (
binaryfeature)Affects
protocol::Protocol.from_packet,protocol::Protocol.to_packet…