naia-lib / naia

a cross-platform (including Wasm!) networking library built in Rust. Intended to make multiplayer game development dead-simple & lightning-fast
Apache License 2.0
857 stars 61 forks source link

Update bevy to 0.12 #190

Closed tungtose closed 6 months ago

tungtose commented 8 months ago

Thank you to put your effort to make great crate!

This updates all bevy dependencies to 0.12 and fixes any compile errors/warning that occurred in the adapter.

Tested with bevy demo and my personal card game.

image

connorcarpenter commented 8 months ago

Thank you so much for this @tungtose ! Will get it merged in soon then :+1: That card game looks slick btw! Send a link when it's live ;)

liquidev commented 6 months ago

Hey, sorry for bumping but it's been a few months. Could this get merged any time soon?

I was interested in trying this library out with Bevy 0.12 but am currently unable to do so 😕

connorcarpenter commented 6 months ago

Merged in https://github.com/naia-lib/naia/pull/188, thank you so much @tungtose !