From 7be3086555bdd0bad308300465f88c163a493e3e Mon Sep 17 00:00:00 2001 From: JohnnyCena123 Date: Sun, 3 Aug 2025 17:53:25 +0300 Subject: [PATCH] fix outdated link --- raylib-dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raylib-dependencies.md b/raylib-dependencies.md index ed032bd..a06345d 100644 --- a/raylib-dependencies.md +++ b/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