summaryrefslogtreecommitdiffhomepage
path: root/src/external/glfw/include/GLFW
AgeCommit message (Collapse)Author
2018-05-10Add GLFW source tree to src/externalAhmad Fatoum
We need the CMake stuff for wayland configuration. Otherwise, we would have to replicate that ourselves. This is the full 7ef34eb06de54dd9186d3d21a401b2ef819b59e7 tree except for tests/ examples/ and docs/
2018-03-03Updated GLFW library to latest versionraysan5
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-13Added GLFW sources to raylibRay San
Compiling GLFW library with raylib avoids external dependencies, this way we solve version problems in some platforms