Browse Source

Don't use GLU in dep.cpp either.

tags/v1.1.5
Andrew Belt 5 years ago
parent
commit
deba1974f1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/dep.cpp

+ 1
- 0
src/dep.cpp View File

@@ -1,6 +1,7 @@
// This source file compiles those annoying implementation-in-header libraries

#define GLEW_STATIC
#define GLEW_NO_GLU
#include <GL/glew.h>

#include <nanovg.h>


Loading…
Cancel
Save