Update version and remove reference to UWP.

master
Uneven Prankster 3 years ago
parent
commit
c00d43cedb
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      raylib-GLFW-dependency.md

+ 1
- 2
raylib-GLFW-dependency.md

@ -9,9 +9,8 @@ GLFW is *not* used on the following platforms, where custom implementations are
- `PLATFORM_ANDROID`: Uses the `native_app_glue` Android NDK module.
- `PLATFORM_RPI`: (native, no desktop) Uses `EGL`, `evdev` and standard system libraries directly.
- `PLATFORM_UWP`: Uses UWP provided libraries.
If you are interested in replacing GLFW with a custom, platform-specific implementation, the functions currently used by raylib (as of raylib 3.0) are detailed below:
If you are interested in replacing GLFW with a custom, platform-specific implementation, the functions currently used by raylib (as of raylib 3.7) are detailed below:
```c
// GLFW: Device init/close

Loading…
Cancel
Save