summaryrefslogtreecommitdiffhomepage
path: root/src/external/glfw
AgeCommit message (Collapse)Author
2018-03-03Updated GLFW library to latest versionraysan5
2018-01-27GLFW: Fix build error on Linux < v2.6.39Ahmad Fatoum
Cherry-pick from upstream glfw/glfw#1196 Found in CPANtesters test of Alien::raylib: http://www.cpantesters.org/cpan/report/d956d128-0339-11e8-b0d1-b6c4abd39192
2017-12-09Added Wayland supportraysan5
Updated to latest GLFW library and working on Wayland support, still looking how to implement it on raylib because it just exposes PLATFORM_DESKTOP and defaults to X11 windowing system on Linux...
2017-11-22Removed useless fileRay San
2017-11-17Remove unneeded glfw dependenciesRay San
Only required by examples
2017-11-13Added GLFW sources to raylibRay San
Compiling GLFW library with raylib avoids external dependencies, this way we solve version problems in some platforms