gschup / ggrs

GGRS is a reimagination of GGPO, enabling P2P rollback networking in Rust. Rollback to the future!
Other
507 stars 25 forks source link

Made the socket type generic #30

Closed entropylost closed 2 years ago

entropylost commented 2 years ago

See #29. I put the !Send + !Sync version behind an anti feature gate, so it shouldn't break bevy_ggrs now.

gschup commented 2 years ago

Thanks for your contribution!