Cargo Features
[dependencies]
aeronet_replicon = { version = "0.14.0-rc.1", default-features = false, features = ["std", "client", "server", "document-features"] }
- default = std
-
The
std
feature is set by default wheneveraeronet_replicon
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables standard library support.
Enables std of aeronet_transport
- client
-
Enables support for
bevy_replicon/client
.Enables client of bevy_replicon
Affects
aeronet_replicon::client
… - server
-
Enables support for
bevy_replicon/server
.Enables server of bevy_replicon
Affects
aeronet_replicon::server
… - document-features
-
Enable this when generating docs.
Enables document-features