It’s a crate for server-authoritative networking.
We usually don’t make breaking changes when a Bevy release is around the corner, but decided to make a small exception for this one :)
This release adds support for Bevy 0.14.0-rc.4 and splits the crate functionality by features. For example, for headless server you can disable client
feature.
By default all features, except diagnostics
are enabled, so you have the same set of plugins as before. But most plugin authors will need to add default-features = false
.
You must log in or register to comment.