lucaspoffo / renet

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

Update to egui 0.23 #120

Closed Zajozor closed 11 months ago

Zajozor commented 11 months ago

Closes #118

Ran into troubles with egui 0.23 and current renet version, so tried to fix it this way. I'm not aware of the details of renet internals, so maybe I forgot something - on the surface it seems to do the job though.

Took the time to update examples as well.

ActuallyHappening commented 11 months ago

Can we get this merged please?

dennorak commented 11 months ago

Would love to see this merged

lucaspoffo commented 11 months ago

Thanks!