This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Don't use GLU in dep.cpp either.
tags/v1.1.5
Andrew Belt
5 years ago
parent
b6fad51506
commit
deba1974f1
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save