diff --git a/raylib-dependencies.md b/raylib-dependencies.md index 0a1a66e..ebf7ed7 100644 --- a/raylib-dependencies.md +++ b/raylib-dependencies.md @@ -7,16 +7,18 @@ 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.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 [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 -[stb_image_resize](https://github.com/nothings/stb) | 0.97 | [MIT/public domain](https://github.com/raysan5/raylib/blob/master/src/external/stb_image_resize.h) | [rtextures](https://github.com/raysan5/raylib/blob/master/src/rtextures.c) | Image resizing functions +[stb_image_resize2](https://github.com/nothings/stb) | 2.01 | [MIT/public domain](https://github.com/raysan5/raylib/blob/master/src/external/stb_image_resize.h) | [rtextures](https://github.com/raysan5/raylib/blob/master/src/rtextures.c) | Image resizing functions [stb_image_write](https://github.com/nothings/stb) | 1.16 | [MIT/public domain](https://github.com/raysan5/raylib/blob/master/src/external/stb_image_write.h) | [rtextures](https://github.com/raysan5/raylib/blob/master/src/rtextures.c) | Image writing to multiple formats [stb_perlin](https://github.com/nothings/stb) | 0.5 | [MIT/public domain](https://github.com/raysan5/raylib/blob/master/src/external/stb_perlin.h) | [rtextures](https://github.com/raysan5/raylib/blob/master/src/rtextures.c) | Simplex Perlin noise generation [qoi](https://github.com/phoboslab/qoi) | - | [MIT](https://github.com/phoboslab/qoi/blob/master/LICENSE) | [rtextures](https://github.com/raysan5/raylib/blob/master/src/rtextures.c) | QOI image data loading and saving +[rl_gputex](https://github.com/raysan5/raylib/tree/master/src/external/rl_gputex.h) | 1.0 | zlib/libpng | [rtextures](https://github.com/raysan5/raylib/blob/master/src/rtextures.c) | Compressed textures data loading [stb_truetype](https://github.com/nothings/stb) | 1.26 | [MIT/public domain](https://github.com/raysan5/raylib/blob/master/src/external/stb_truetype.h) | [rtext](https://github.com/raysan5/raylib/blob/master/src/rtext.c) | TTF/OTF fonts data loading [stb_rect_pack](https://github.com/nothings/stb) | 1.01 | [MIT/public domain](https://github.com/raysan5/raylib/blob/master/src/external/stb_rect_pack.h) | [rtext](https://github.com/raysan5/raylib/blob/master/src/rtext.c) | Rectangles packer, used on font packing -[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 [miniaudio](https://github.com/mackron/miniaudio) | 0.11.12 | [MIT/public domain](https://github.com/raysan5/raylib/blob/master/src/external/miniaudio.h) | [raudio](https://github.com/raysan5/raylib/blob/master/src/raudio.c) | Audio device management [stb_vorbis](https://github.com/nothings/stb) | 1.22 | [MIT/public domain](https://github.com/raysan5/raylib/blob/master/src/external/stb_vorbis.c) | [raudio](https://github.com/raysan5/raylib/blob/master/src/raudio.c) | OGG audio data loading [dr_wav](https://github.com/mackron/dr_libs) | 0.13.7 | [MIT/public domain](https://github.com/raysan5/raylib/blob/master/src/external/dr_wav.h) | [raudio](https://github.com/raysan5/raylib/blob/master/src/raudio.c) | WAV audio data loading