From 082a8001ae9ea7adc54a68c0c514a22dc296d8f2 Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 1 Nov 2021 11:34:11 +0100 Subject: [PATCH] Updated raylib dependencies (markdown) --- raylib-dependencies.md | 1 + 1 file changed, 1 insertion(+) diff --git a/raylib-dependencies.md b/raylib-dependencies.md index 01ce3f3..1873136 100644 --- a/raylib-dependencies.md +++ b/raylib-dependencies.md @@ -24,6 +24,7 @@ Library | Version | License | raylib module | Notes/Comments [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) | - | [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 +[vox_loader](https://github.com/raysan5/raylib/blob/master/src/external/vox_loader.h) | 1.01 | [MIT](https://github.com/raysan5/raylib/blob/master/src/external/vox_loader.h) | [rmodels](https://github.com/raysan5/raylib/blob/master/src/rmodels.c) | VOX models data loading - NOTE 1: Most of these libraries are only used to load some specific file format (image, font, audio, model). - NOTE 2: Some of the dependencies are specific to only one of the platforms that raylib supports or even to some specific compiler (i.e. `dirent`).