amethyst / evoli

An ecosystem-simulation game made with Amethyst
https://community.amethyst.rs/t/evoli-introduction/770
Other
217 stars 33 forks source link

Refactor to clean the main.rs and remove warnings from compiler #34

Closed sunreef closed 5 years ago

sunreef commented 5 years ago

Renamed ExampleState to MainGameState and moved it to its own file.

Cleaned up the main.rs file to avoid it getting too cluttered.

Removed use statements and made various modifications to silence compiler warnings.

marotili commented 5 years ago

Very nice, thank you! We will soon set up a CI to keep up the code quality 💪