diff --git a/raylib-dependencies.md b/raylib-dependencies.md index bac19fe..ff793e5 100644 --- a/raylib-dependencies.md +++ b/raylib-dependencies.md @@ -14,7 +14,7 @@ Library | Version | License | raylib module | Notes/Comments [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.10.33 | [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 +[miniaudio](https://github.com/mackron/miniaudio) | 0.10.42 | [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.14 (fork) | [MIT/public domain](https://github.com/raysan5/raylib/blob/master/src/external/stb_vorbis.h) | [raudio](https://github.com/raysan5/raylib/blob/master/src/raudio.c) | OGG audio data loading, using [stb_vorbis fork](https://github.com/BareRose/stb/blob/master/stb_vorbis.h) [dr_wav](https://github.com/mackron/dr_libs) | 0.13.3 | [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 [dr_mp3](https://github.com/mackron/dr_libs) | 0.6.31 | [MIT/public domain](https://github.com/raysan5/raylib/blob/master/src/external/dr_mp3.h) | [raudio](https://github.com/raysan5/raylib/blob/master/src/raudio.c) | MP3 audio data loading