@ -9,9 +9,9 @@ Library | Version | raylib module | Notes
[GLFW3 ](http://www.glfw.org/ ) | 3.4-master | [rglfw ](https://github.com/raysan5/raylib/blob/master/src/rglfw.c ) | Window and input management
[GLFW3 ](http://www.glfw.org/ ) | 3.4-master | [rglfw ](https://github.com/raysan5/raylib/blob/master/src/rglfw.c ) | Window and input management
[rgif ](https://github.com/raysan5/raylib/blob/master/src/external/rgif.h ) | 0.5| [core ](https://github.com/raysan5/raylib/blob/master/src/core.c ) | GIF recording basic functionality
[rgif ](https://github.com/raysan5/raylib/blob/master/src/external/rgif.h ) | 0.5| [core ](https://github.com/raysan5/raylib/blob/master/src/core.c ) | GIF recording basic functionality
[GLAD ](https://github.com/raysan5/raylib/blob/master/src/external/glad.h ) | 0.1.10a0 | [rlgl ](https://github.com/raysan5/raylib/blob/master/src/rlgl.c ) | Extensions initialization for OpenGL 3.3 Core
[GLAD ](https://github.com/raysan5/raylib/blob/master/src/external/glad.h ) | 0.1.10a0 | [rlgl ](https://github.com/raysan5/raylib/blob/master/src/rlgl.c ) | Extensions initialization for OpenGL 3.3 Core
[stb_image ](https://github.com/raysan5/raylib/blob/master/src/external/stb_image.h ) | 2.25 | [textures ](https://github.com/raysan5/raylib/blob/master/src/texture.c ) | Multiple image formats loading
[stb_image ](https://github.com/raysan5/raylib/blob/master/src/external/stb_image.h ) | 2.26 | [textures ](https://github.com/raysan5/raylib/blob/master/src/texture.c ) | Multiple image formats loading
[stb_image_resize ](https://github.com/raysan5/raylib/blob/master/src/external/stb_image_resize.h ) | 0.96 | [textures ](https://github.com/raysan5/raylib/blob/master/src/texture.c ) | Image resizing functions
[stb_image_resize ](https://github.com/raysan5/raylib/blob/master/src/external/stb_image_resize.h ) | 0.96 | [textures ](https://github.com/raysan5/raylib/blob/master/src/texture.c ) | Image resizing functions
[stb_image_write ](https://github.com/raysan5/raylib/blob/master/src/external/stb_image_write.h ) | 1.14 | [textures ](https://github.com/raysan5/raylib/blob/master/src/utils.c ) | Image writ ting to multiple formats
[stb_image_write ](https://github.com/raysan5/raylib/blob/master/src/external/stb_image_write.h ) | 1.15 | [textures ](https://github.com/raysan5/raylib/blob/master/src/utils.c ) | Image writing to multiple formats
[stb_perlin ](https://github.com/raysan5/raylib/blob/master/src/external/stb_perlin.h ) | 0.5 | [textures ](https://github.com/raysan5/raylib/blob/master/src/textures.c ) | Perlin noise generator
[stb_perlin ](https://github.com/raysan5/raylib/blob/master/src/external/stb_perlin.h ) | 0.5 | [textures ](https://github.com/raysan5/raylib/blob/master/src/textures.c ) | Perlin noise generator
[stb_truetype ](https://github.com/raysan5/raylib/blob/master/src/external/stb_truetype.h ) | 1.24 | [text ](https://github.com/raysan5/raylib/blob/master/src/text.c ) | TTF/OTF fonts data loading
[stb_truetype ](https://github.com/raysan5/raylib/blob/master/src/external/stb_truetype.h ) | 1.24 | [text ](https://github.com/raysan5/raylib/blob/master/src/text.c ) | TTF/OTF fonts data loading
[stb_rect_pack ](https://github.com/raysan5/raylib/blob/master/src/external/stb_rect_pack.h ) | 1.00 | [text ](https://github.com/raysan5/raylib/blob/master/src/text.c ) | Rectangles packer, used on font packing
[stb_rect_pack ](https://github.com/raysan5/raylib/blob/master/src/external/stb_rect_pack.h ) | 1.00 | [text ](https://github.com/raysan5/raylib/blob/master/src/text.c ) | Rectangles packer, used on font packing
@ -24,7 +24,7 @@ Library | Version | raylib module | Notes
[jar_xm ](https://github.com/raysan5/raylib/blob/master/src/external/jar_xm.h ) | 0.01 | [raudio ](https://github.com/raysan5/raylib/blob/master/src/raudio.c ) | XM audio module loading
[jar_xm ](https://github.com/raysan5/raylib/blob/master/src/external/jar_xm.h ) | 0.01 | [raudio ](https://github.com/raysan5/raylib/blob/master/src/raudio.c ) | XM audio module loading
[par_shapes ](https://github.com/raysan5/raylib/blob/master/src/external/par_shapes.h ) | ? | [models ](https://github.com/raysan5/raylib/blob/master/src/models.c ) | Geometric shapes generation (*)
[par_shapes ](https://github.com/raysan5/raylib/blob/master/src/external/par_shapes.h ) | ? | [models ](https://github.com/raysan5/raylib/blob/master/src/models.c ) | Geometric shapes generation (*)
[tinyobj_loader_c ](https://github.com/raysan5/raylib/blob/master/src/external/tinyobj_loader_c.h ) | ? (Ray) | [models ](https://github.com/raysan5/raylib/blob/master/src/models.c ) | OBJ/MTL data loading (*)
[tinyobj_loader_c ](https://github.com/raysan5/raylib/blob/master/src/external/tinyobj_loader_c.h ) | ? (Ray) | [models ](https://github.com/raysan5/raylib/blob/master/src/models.c ) | OBJ/MTL data loading (*)
[cgltf ](https://github.com/raysan5/raylib/blob/master/src/external/cgltf.h ) | 1.5 | [models ](https://github.com/raysan5/raylib/blob/master/src/models.c ) | glTF models data loading
[cgltf ](https://github.com/raysan5/raylib/blob/master/src/external/cgltf.h ) | 1.8 | [models ](https://github.com/raysan5/raylib/blob/master/src/models.c ) | glTF models data loading
Note that some of the dependencies listed above are specific to one of the platforms that raylib supports.
Note that some of the dependencies listed above are specific to one of the platforms that raylib supports.