From 1be3aa40ea7c9febc9b827716edfe155d3751343 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 7 Jun 2016 10:18:01 +0200 Subject: [PATCH] Updated External dependencies (markdown) --- External-dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/External-dependencies.md b/External-dependencies.md index 6f6205f..ba18d3b 100644 --- a/External-dependencies.md +++ b/External-dependencies.md @@ -1,6 +1,6 @@ One of the main objectives with raylib was minimizing external dependencies. Developing a full-videogame-featured library avoiding external dependencies is a hard task. -Here it is a list with the external dependencies used by raylib; note that most of those dependencies ara single-header public-domain libraries that are directly copied into raylib repository. +Here it is a list with the external dependencies used by raylib; note that most of those dependencies are [single-header public-domain libraries](https://github.com/nothings/stb) that are [directly copied into raylib repository](https://github.com/raysan5/raylib/tree/develop/src/external). External dependencies: