From 8da3e841e7d512e3d0a0dcd79e63a9c49488ad29 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 24 Oct 2019 11:53:13 +0200 Subject: [PATCH] Updated raylib dependencies (markdown) --- raylib-dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raylib-dependencies.md b/raylib-dependencies.md index 72668da..b62d366 100644 --- a/raylib-dependencies.md +++ b/raylib-dependencies.md @@ -1,6 +1,6 @@ raylib 2.0 has no **external** dependencies, all required libraries are included with raylib sources. -Internally, raylib uses some libraries developed by other people, most of them used for some very specific task, like loading a specific fileformat or initialize audio device. +Internally, raylib uses some libraries developed by other people, most of them used for some very specific task, like loading a specific file format or managing the audio device. Here is the list of dependencies used by raylib. Note that most of these dependencies are [single-header public-domain libraries](https://github.com/nothings/stb) that are [included in raylib repository](https://github.com/raysan5/raylib/tree/master/src/external).