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 egui 0.23 #120

Closed Zajozor closed 1 year ago

Zajozor commented 1 year 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 1 year ago

Can we get this merged please?

dennorak commented 1 year ago

Would love to see this merged

lucaspoffo commented 1 year ago

Thanks!