summaryrefslogtreecommitdiffstats
path: root/libraries/glfw3/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/glfw3/README')
-rw-r--r--libraries/glfw3/README14
1 files changed, 7 insertions, 7 deletions
diff --git a/libraries/glfw3/README b/libraries/glfw3/README
index 7f0a4e39d9..3093fd4ef6 100644
--- a/libraries/glfw3/README
+++ b/libraries/glfw3/README
@@ -1,12 +1,12 @@
-GLFW is a free, Open Source, multi-platform library for opening a
-window, creating an OpenGL context and managing input. It is easy to
-integrate into existing applications and does not lay claim to the
-main loop.
+GLFW is an Open Source, multi-platform library for OpenGL, OpenGL ES and
+Vulkan development on the desktop. It provides a simple API for creating
+windows, contexts and surfaces, receiving input and events.
-GLFW is written in C and has native support for Windows, Mac OS X and
-many Unix-like systems using the X Window System, such as Linux and
-FreeBSD.
+GLFW is written in C and has native support for Windows, macOS and many
+Unix-like systems using the X Window System, such as Linux and FreeBSD.
GLFW is licensed under the zlib/libpng license.
This is version 3 of GLFW with an incompatible API to GLFW 2.
+
+vulkansdk is an optional dependency for vulkan support.