diff --git a/raylib-dependencies.md b/raylib-dependencies.md index a06345d..dbe5387 100644 --- a/raylib-dependencies.md +++ b/raylib-dependencies.md @@ -7,7 +7,6 @@ Library | Version | License | raylib module | Notes/Comments [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` -[msf_gif](https://github.com/notnullnotvoid/msf_gif) | 2.2 | [MIT/public domain](https://github.com/raysan5/raylib/blob/master/src/external/msf_gif.h) | [rcore](https://github.com/raysan5/raylib/blob/master/src/rcore.c) | GIF recording basic functionality [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 [rprand](https://github.com/raysan5/raylib/tree/master/src/external/rprand.h) | 1.0 | zlib/libpng | [rcore](https://github.com/raysan5/raylib/blob/master/src/rcore.c) | Pseudo-random numbers generator