From a8aeba144c988885c4062b34ef97d90b61f403d1 Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 1 Nov 2021 11:31:58 +0100 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 ff793e5..01ce3f3 100644 --- a/raylib-dependencies.md +++ b/raylib-dependencies.md @@ -22,7 +22,7 @@ Library | Version | License | raylib module | Notes/Comments [jar_mod](https://github.com/raysan5/raylib/blob/master/src/external/jar_mod.h) | 0.01 | [public domain](https://github.com/raysan5/raylib/blob/master/src/external/jar_mod.h) | [raudio](https://github.com/raysan5/raylib/blob/master/src/raudio.c) | MOD audio module loading, based on [HxCModPlayer](https://github.com/jfdelnero/HxCModPlayer) [jar_xm](https://github.com/raysan5/raylib/blob/master/src/external/jar_xm.h) | 0.3.1 | [public domain](https://github.com/raysan5/raylib/blob/master/src/external/jar_xm.h) | [raudio](https://github.com/raysan5/raylib/blob/master/src/raudio.c) | XM audio module loading, based on [libxm](https://github.com/Artefact2/libxm) [par_shapes](https://github.com/prideout/par/blob/master/par_shapes.h) | - | [MIT](https://github.com/raysan5/raylib/blob/master/src/external/par_shapes.h) | [rmodels](https://github.com/raysan5/raylib/blob/master/src/rmodels.c) | Geometric shapes generation -[tinyobj_loader_c](https://github.com/syoyo/tinyobjloader-c) | ? (Ray) | [MIT](https://github.com/raysan5/raylib/blob/master/src/external/tinyobj_loader_c.h) | [rmodels](https://github.com/raysan5/raylib/blob/master/src/rmodels.c) | OBJ/MTL data loading +[tinyobj_loader_c](https://github.com/syoyo/tinyobjloader-c) | - | [MIT](https://github.com/raysan5/raylib/blob/master/src/external/tinyobj_loader_c.h) | [rmodels](https://github.com/raysan5/raylib/blob/master/src/rmodels.c) | OBJ/MTL data loading [cgltf](https://github.com/jkuhlmann/cgltf) | 1.11 | [MIT](https://github.com/raysan5/raylib/blob/master/src/external/cgltf.h) | [rmodels](https://github.com/raysan5/raylib/blob/master/src/rmodels.c) | glTF models data loading - NOTE 1: Most of these libraries are only used to load some specific file format (image, font, audio, model).