I went to check if my opengl library would still work with 2.0, when I try to build I get:
"/home/jmott/.nimble/pkgs/sdl2-1.1/sdl2.nim(3, 8) Error: cannot open file: unsigned"
any ideas?
ok "running nimble install sdl2" resolved this.
then I got to opengl, I ran nimble install opengl, that finished. and now I get:
"/home/jmott/.nimble/pkgs/opengl-1.2.0/opengl/private/prelude.nim(5, 10) Error: cannot open file: X"
Error: cannot open file: X"
The fix has just been pushed (link).
See if nimble install opengl@#head solves it for you.
Got everything updated and fixed up thanks everyone. I updated my opengl wrapper and learnopengl tutorial port project: