feat: avoid use of glew_static (windows)

This commit is contained in:
2025-10-01 09:12:33 +02:00
parent 618bfceddb
commit 9dbd600c57

View File

@ -6,7 +6,7 @@
#include <errno.h> #include <errno.h>
#include "prelude.h" #include "prelude.h"
#define GLEW_STATIC // #define GLEW_STATIC
#include <GL/glew.h> #include <GL/glew.h>
#define SCREEN_WIDTH 1024 #define SCREEN_WIDTH 1024