lucaspoffo / renet

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

Update to Bevy 0.10 #77

Closed Shatur closed 1 year ago

Shatur commented 1 year ago

In Bevy we usually chain App commands like app.init_resource().add_system(...), but I followed your style.

Shatur commented 1 year ago

Looks like CI have a configuration issue. Fixed it.

lucaspoffo commented 1 year ago

Thanks, looks great. Also thanks for all the versions update and the CI fix.

I will try to publish the new version tomorrow