Closed sunreef closed 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.
Format code and clean up warnings to make Jenkins happy.