Updated raylib dependencies (markdown)

master
Ray 3 weeks ago
parent
commit
0ad08916f3
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      raylib-dependencies.md

+ 0
- 1
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

Loading…
Cancel
Save