aboutsummaryrefslogtreecommitdiff
path: root/src/glad.c
AgeCommit message (Collapse)Author
2016-06-06Reorganize external libraries - BREAKING CHANGE -Ray
Moved all external libraries used by raylib to external folder inside raylib src. Makefile has already been update and also the different includes in raylib modules.
2016-01-22Replaced GLEW by GLADraysan5
Removed GLEW external dependency, now it works with GLAD Kept GLEW path, just in case... detected weird behaviour when testing with gDEBugger
2016-01-21Try to implement GLAD supportraysan5