Problem
Currently, the command zig build results in a build error when using the current (albeit new) Zig compiler, zig 0.14.0:
$ mkdir zopengl
$ cd zopengl
$ git clone https://github.com/zig-gamedev/zopengl.git .
$ zig version
0.14.0
$ zig build
C:\Users\10aded\Documents\Temp\zopengl\build.zig.zon:2:13: error: expected enum literal
.name = "zopengl",
^~~~~~~~~
$
Expected Behavior
The command zig build compiles the build script, and then zopengl itself, when zig is 0.14.0.