mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Updated raylib dependencies (markdown)
@ -17,7 +17,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.11.11 | [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.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
|
||||
[dr_mp3](https://github.com/mackron/dr_libs) | 0.6.34 | [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
|
||||
|
||||
Reference in New Issue
Block a user