Renet 2.0
This release removes the direct dependency from bevy in all crates. We used some bevy derive macros from bevy (Resource/Event...), this dependencies have been replaced by wrapper types with same name that derives the necessary bevy macros. This is mostly to remove the need to bump versions from all crates when bevy releases an update, it will make maintaining the crate easier.
- BevyRenet: update bevy to 0.18 and add wrapper types (#193) by Shatur
ServerEventbecameRenetServerEvent- NetcodeTransportError became
NetcodeErrorEvent SteamErrorbecameSteamErrorEvent- Other types should have the same name