[GLFW3](https://github.com/glfw/glfw) | 3.4 | [zlib/libpng](https://github.com/glfw/glfw/blob/master/LICENSE.md) | [rglfw](https://github.com/raysan5/raylib/blob/master/src/rglfw.c) | Window and input management, only on `PLATFORM_DESKTOP`
[glad.h](https://github.com/Dav1dde/glad) | 2.0.0-beta | [MIT](https://github.com/Dav1dde/glad/blob/glad2/LICENSE) | [rlgl](https://github.com/raysan5/raylib/blob/master/src/rlgl.c) | OpenGL extensions loading, only on `PLATFORM_DESKTOP` and `OpenGL 4.3 Core`
[glad_gles2.h](https://github.com/Dav1dde/glad) | 2.0.2 | [MIT](https://github.com/Dav1dde/glad/blob/glad2/LICENSE) | [rlgl](https://github.com/raysan5/raylib/blob/master/src/rlgl.c) | OpenGL extensions loading, only on `PLATFORM_DESKTOP` and `OpenGL ES 2.0`