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
somewhere 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
Binary encoding (
binary
feature)Affects
protocol::Protocol.from_packet
,protocol::Protocol.to_packet
…