learnopengl
learnopengl copied to clipboard
Fix 'cannot format slice without a specifier' errors
Tested with zig 0.8.0.
I'm new to zig, but assume this is just a version difference?
After this change, the code compiles and runs on Ubuntu. Just had to add an empty .linux => {}
section to build.zig
.