diff options
author | Hunter Sezen <orbea@fredslev.dk> | 2018-12-15 06:54:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-15 06:54:25 +0700 |
commit | 9c1628e5c24ed33e38a57f29bfc90c68912b1e9b (patch) | |
tree | 09a85c73e58dd4f1b85fee445f80021e20144831 /libraries/glfw3/slack-desc | |
parent | 27e9cafe8093f1647c0a37d0ac449f91b65438f8 (diff) |
libraries/glfw3: Updated for version 3.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/glfw3/slack-desc')
-rw-r--r-- | libraries/glfw3/slack-desc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/libraries/glfw3/slack-desc b/libraries/glfw3/slack-desc index b7f627aa65e67..b4565d2c2abc1 100644 --- a/libraries/glfw3/slack-desc +++ b/libraries/glfw3/slack-desc @@ -6,14 +6,14 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -glfw3: glfw3 (OpenGL framework) +glfw3: glfw3 (OpenGL, OpenGL ES, Vulkan, window and input library) +glfw3: +glfw3: GLFW is an Open Source, multi-platform library for OpenGL, OpenGL ES +glfw3: and Vulkan development on the desktop. It provides a simple API for +glfw3: creating windows, contexts and surfaces, receiving input and events. +glfw3: +glfw3: Homepage: https://www.glfw.org/ +glfw3: +glfw3: glfw3: -glfw3: GLFW is a free, Open Source, multi-platform library for opening a -glfw3: window, creating an OpenGL context and managing input. It is easy to -glfw3: integrate into existing applications and does not lay claim to the -glfw3: main loop. glfw3: -glfw3: GLFW is written in C and has native support for Windows, Mac OS X and -glfw3: many Unix-like systems using the X Window System, such as Linux and -glfw3: FreeBSD. -glfw3: This is version 3 of GLFW with an incompatible API to GLFW 2. |