amethyst / evoli

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

Format and clean up warnings #115

Closed sunreef closed 4 years ago

sunreef commented 4 years ago

Format code and clean up warnings to make Jenkins happy.

sunreef commented 4 years ago

We need to figure out a way to adapt the features of the amethyst dependency to the platform the game is being compiled on. Right now, it won't compile on MacOS as it needs the "metal" feature while the other platforms need "vulkan". Since Jenkins tests on Linux (and Windows when the machine is online), I put the "vulkan" feature back in.