From f0d57bfeada6e29940e1a22c1afa5081c9c0f24e Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 25 Aug 2016 15:05:22 +0200 Subject: [PATCH] Updated External dependencies (markdown) --- External-dependencies.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/External-dependencies.md b/External-dependencies.md index 51b0b56..76262e5 100644 --- a/External-dependencies.md +++ b/External-dependencies.md @@ -16,6 +16,8 @@ Library | Used Version | raylib module | Notes [jar_mod](https://github.com/raysan5/raylib/blob/develop/src/external/jar_mod.h) | 0.01 | [audio](https://github.com/raysan5/raylib/blob/develop/src/audio.c) | MOD audio module loading [jar_xm](https://github.com/raysan5/raylib/blob/develop/src/external/jar_xm.h) | 0.01 | [audio](https://github.com/raysan5/raylib/blob/develop/src/audio.c) | XM audio module loading [OpenAL Soft](http://kcat.strangesoft.net/openal.html) | 1.17.2 | [audio](https://github.com/raysan5/raylib/blob/develop/src/audio.c) | Audio device management (multiple backends) +[pthread Win32](https://www.sourceware.org/pthreads-win32/) | 2.9.1 | [physac](https://github.com/raysan5/raylib/blob/develop/src/physac.h) | POSIX style threads on Windows +[lua](https://www.lua.org/about.html) | 5.3.3 | [rlua](https://github.com/raysan5/raylib/blob/develop/src/rlua.h) | raylib lua binding