fix outdated link

master
JohnnyCena123 1 个月前
父节点
当前提交
7be3086555
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      raylib-dependencies.md

+ 1
- 1
raylib-dependencies.md

@ -53,7 +53,7 @@ There are also some platform-specific system libraries that do need to be linked
PLATFORM | platform dependencies | Notes
--- | :---: | ---
`PLATFORM_DESKTOP:Windows` | `OpenGL`, `GDI32`, `WinMM`, `user32`, `kernel32` | Required for window creation. Note that `WinMM` is only used to get a hi-res timer and it can be avoided commenting [`SUPPORT_WINMM_HIGHRES_TIMER`](https://github.com/raysan5/raylib/blob/master/src/config.h#L45) config flag.
`PLATFORM_DESKTOP:Windows` | `OpenGL`, `GDI32`, `WinMM`, `user32`, `kernel32` | Required for window creation. Note that `WinMM` is only used to get a hi-res timer and it can be avoided commenting [`SUPPORT_WINMM_HIGHRES_TIMER`](https://github.com/raysan5/raylib/blob/master/src/config.h#L56) config flag.
`PLATFORM_DESKTOP:Linux` | `OpenGL`, `X11` | Also requires linkage with `libm`(math), `pthreads`(POSIX threads), `dl`(dynamic loading), `rt` (realtime extensions: `nanosleep()`) and `X11` specific libs: `X11`, `Xrandr`, `Xinerama`, `Xi`, `Xxf86vm` and `Xcursor`
`PLATFORM_DESKTOP:FreeBSD` | `OpenGL`, `X11` | Also requires linkage with `libm`(math), `pthreads`(POSIX threads), `dl`(dynamic loading), `rt` (realtime extensions: `nanosleep()`) and `X11` window system specific libs: `X11`, `Xrandr`, `Xinerama`, `Xi`, `Xxf86vm` and `Xcursor`
`PLATFORM_DESKTOP:macOS` | `OpenGL`, `Cocoa`, `IOKit`, `CoreAudio`, `CoreVideo` | Required for window creation

正在加载...
取消
保存