deltaphc / raylib-rs

Rust bindings for raylib
Other
751 stars 134 forks source link

Clean up warnings during compilation #134

Closed mdsn closed 6 months ago

mdsn commented 2 years ago

This PR cleans up the warnings in the compilation of raylib and raylib-showcase, and updates the rand version in raylib-examples to 0.8. Some updates in roguelike are then necessary for the binary to compile.

I'd like to also run rustfmt on these files but it might cover up the changes in here, so maybe it can be done later.