lucaspoffo / renet

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

Update to bevy 0.12 #125

Closed ostwilkens closed 1 year ago

ostwilkens commented 1 year ago

To use this PR before it is merged: bevy_renet = { git = "https://github.com/ostwilkens/renet.git", rev = "524a174448e021b2c3cf826ab7a4904ccf7dd777" }

lucaspoffo commented 1 year ago

Hey, thanks for the PR. I updated bevy it in this commit: fb71a405deaf2f90c8d5f609c0e40f5a594beacf

I removed rapier from the demo so it was easier to update, it was not really that useful.

Not sure when I will release the new version, prob tomorrow.