GeosiaGame / Geosia

https://geosia.org
GNU Lesser General Public License v3.0
4 stars 1 forks source link

Update rust and cargo packages #20

Closed eigenraven closed 7 months ago

eigenraven commented 7 months ago

Just keeping the dependencies up to date and fixing new Clippy lints. Updates bevy 0.13->0.13.1. Also removed lazy_static from our manifest, once-cell is preferred now.