diff --git a/raylib-dependencies.md b/raylib-dependencies.md index 3054b4f..5ef5e3b 100644 --- a/raylib-dependencies.md +++ b/raylib-dependencies.md @@ -5,7 +5,8 @@ The following table lists the raylib dependencies. Most of them are single-file Library | Version | License | raylib module | Notes/Comments --- | :---: | :--- | :---: | --- [GLFW3](https://github.com/glfw/glfw) | 3.4-master | [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](https://github.com/Dav1dde/glad) | 0.1.10a0 | [WTFPL/CC0/public domain](https://github.com/Dav1dde/glad#whats-the-license-of-glad-generated-code-101) | [rlgl](https://github.com/raysan5/raylib/blob/master/src/rlgl.c) | OpenGL extensions loading, only on `PLATFORM_DESKTOP` and `OpenGL 3.3` +[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` [sdefl.h](https://github.com/vurtun/lib/blob/master/sdefl.h) | 1.00 | [MIT/public domain](https://github.com/raysan5/raylib/blob/master/src/external/sdefl.h) | [rcore](https://github.com/raysan5/raylib/blob/master/src/rcore.c) | DEFLATE compression algorithm [sinfl.h](https://github.com/vurtun/lib/blob/master/sinfl.h) | 1.00 | [MIT/public domain](https://github.com/raysan5/raylib/blob/master/src/external/sinfl.h) | [rcore](https://github.com/raysan5/raylib/blob/master/src/rcore.c) | DEFLATE decompression algorithm [stb_image](https://github.com/nothings/stb) | 2.28 | [MIT/public domain](https://github.com/raysan5/raylib/blob/master/src/external/stb_image.h) | [rtextures](https://github.com/raysan5/raylib/blob/master/src/rtextures.c) | Multiple image formats loading