1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2025-02-21 04:58:52 -05:00
Fixes #1601.

(cherry picked from commit ac30ef3e0c)
This commit is contained in:
Luflosi 2019-08-28 21:28:23 +02:00 committed by Camilla Löwy
parent 365321a9af
commit 39c5e90d94

View File

@ -11,7 +11,7 @@ application development. It provides a simple, platform-independent API for
creating windows, contexts and surfaces, reading input, handling events, etc. creating windows, contexts and surfaces, reading input, handling events, etc.
GLFW natively supports Windows, macOS and Linux and other Unix-like systems. On GLFW natively supports Windows, macOS and Linux and other Unix-like systems. On
Linux both X11 and Wayland is supported. Linux both X11 and Wayland are supported.
GLFW is licensed under the [zlib/libpng GLFW is licensed under the [zlib/libpng
license](http://www.glfw.org/license.html). license](http://www.glfw.org/license.html).