Cargo Features
[dependencies]
nevy_transport = { version = "0.4.0", default-features = false, features = ["quic"] }
- default = quic
-
The
quicfeature is set by default whenevernevy_transportis added withoutsomewhere in the dependency tree.default-features = false - quic default
-
Enables quinn-proto and quinn-udp
Affects
protocols::quic…