glu-sys 0.1.0

Raw GLU and GL bindings
Documentation
#pragma once

#ifdef __APPLE__
#include <OpenGL/glu.h>
#else
#include <GL/glu.h>
#endif