Exclude glew from manual build duo to errors. Using precompiled packages.
This commit is contained in:
parent
5a3e07f4f3
commit
1d48d390d3
5 changed files with 12 additions and 10 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#include "Window.hpp"
|
||||
|
||||
// -------- OpenGL -------- //
|
||||
#define GLEW_STATIC
|
||||
#include <GL/glew.h>
|
||||
|
||||
#include "WindowContext.hpp"
|
||||
|
|
@ -97,4 +98,4 @@ void Graphics::Canvas::proc() {
|
|||
|
||||
void Graphics::Canvas::draw() {
|
||||
nvgEndFrame(mContext->vg);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue