diff --git a/raylib-dependencies.md b/raylib-dependencies.md index 35fdc2d..d7be2dd 100644 --- a/raylib-dependencies.md +++ b/raylib-dependencies.md @@ -25,7 +25,7 @@ Library | Version | raylib module | Notes [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 -Note that some of the dependencies listed above are specific to one or more of the platforms that raylib supports. +Note that some of the dependencies listed above are specific to one of the platforms that raylib supports. As mentioned, some of the listed libraries (`stb_image`, `stb_image_write`, `stb_image_resize`, `stb_vorbis`, `jar_mod`, `jar_xm`, `glad`, `mini_al`) are included with raylib as single-file, header-only libraries, and generally only depend on the C standard library for the target platform (msvcrt, libc, bionic). They are compiled together with raylib (no need to manually link libraries).