Minor edit.

master
Carl Smith hace 4 años
padre
commit
1bdead7363
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      raylib-dependencies.md

+ 1
- 1
raylib-dependencies.md

@ -25,7 +25,7 @@ Library | Version | raylib module | Notes
[tinyobj_loader_c](https://github.com/raysan5/raylib/blob/master/src/external/tinyobj_loader_c.h) | ? (Ray) | [models](https://github.com/raysan5/raylib/blob/master/src/models.c) | OBJ/MTL data loading (*)
[cgltf](https://github.com/raysan5/raylib/blob/master/src/external/cgltf.h) | 1.5 | [models](https://github.com/raysan5/raylib/blob/master/src/models.c) | glTF models data loading
Note that some of the dependencies listed above are specific to one or more of the platforms that raylib supports.
Note that some of the dependencies listed above are specific to one of the platforms that raylib supports.
As mentioned, some of the listed libraries (`stb_image`, `stb_image_write`, `stb_image_resize`, `stb_vorbis`, `jar_mod`, `jar_xm`, `glad`, `mini_al`) are included with raylib as single-file, header-only libraries, and generally only depend on the C standard library for the target platform (msvcrt, libc, bionic). They are compiled together with raylib (no need to manually link libraries).

Cargando…
Cancelar
Guardar