lucaspoffo / renet

Server/Client network library for multiplayer games with authentication and connection management made with Rust
Apache License 2.0
622 stars 66 forks source link

optimise bevy_renet build #104

Open tbillington opened 10 months ago

tbillington commented 10 months ago

This PR replaces the use of bevy as a dependency of bevy_renet with only the bevy packages that are needed.

Worth noting that renet already does this by depending directly on bevy_ecs.