memononen / nanovg

Antialiased 2D vector drawing library on top of OpenGL for UI and visualizations.
zlib License
5.06k stars 767 forks source link

Fix for MinGW: Replace -lGLEW with -lglew32 #654

Open DiegoJArg opened 1 year ago

DiegoJArg commented 1 year ago

As the subject says. In order to compile for windows with MinGW, I had to edit premake4.lua and change every occurrence of "GLEW" to glew32 after installing it.