WGSL shaders
This release has the main shaders ported to WGSL. This means, glsl-to-spirv toolchain is retired, and we get the most optimal path on all platforms, including the Web.
This is the first version of the game that is redistributable. Previously, the weirdness of glsl-to-spirv was blocking the program to be copied around.