Updated raylib dependencies (markdown)

master
Ray 4 年之前
父節點
當前提交
8e303e8d22
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      raylib-dependencies.md

+ 1
- 1
raylib-dependencies.md

@ -28,7 +28,7 @@ Library | Version | raylib module | Notes
Note that some of the dependencies listed above are specific to only one of the platforms that raylib supports. Note that some of the dependencies listed above are specific to only one of the platforms that raylib supports.
- `PLATFORM_DESKTOP`: raylib uses on [core](https://github.com/raysan5/raylib/blob/master/src/core.c) module the outstanding [GLFW3](http://www.glfw.org/) library, embedded in the form of [rglfw](https://github.com/raysan5/raylib/blob/master/src/rglfw.c).
- `PLATFORM_DESKTOP`: raylib uses on [core](https://github.com/raysan5/raylib/blob/master/src/core.c) module the outstanding [GLFW3](http://www.glfw.org/) library, embedded in the form of [rglfw](https://github.com/raysan5/raylib/blob/master/src/rglfw.c). For more details on GLFW usage, check [GLFW dependency Wiki page](https://github.com/raysan5/raylib/wiki/raylib-GLFW-dependency).
- `PLATFORM_ANDROID`: raylib uses on [core](https://github.com/raysan5/raylib/blob/master/src/core.c) module the `native_app_glue` library (provided by Android NDK). Also, native Android libraries are used to manage window/context, inputs and activity life cycle. - `PLATFORM_ANDROID`: raylib uses on [core](https://github.com/raysan5/raylib/blob/master/src/core.c) module the `native_app_glue` library (provided by Android NDK). Also, native Android libraries are used to manage window/context, inputs and activity life cycle.

Loading…
取消
儲存