diff options
author | Jeffrey T. Read <bitwize@gmail.com> | 2015-07-22 09:12:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-22 09:12:19 +0700 |
commit | 075ead623136e5e58ebd1c71e040404458b8ad49 (patch) | |
tree | 5ed2611e3c38b5519ac8e9ddcad4ad9b313cb898 /libraries/glfw3/slack-desc | |
parent | 2ee31c9eff3965513bea183a2173492879e4234b (diff) |
libraries/glfw3: Added (OpenGL framework).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/glfw3/slack-desc')
-rw-r--r-- | libraries/glfw3/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/glfw3/slack-desc b/libraries/glfw3/slack-desc new file mode 100644 index 0000000000000..a149a7e4baaf1 --- /dev/null +++ b/libraries/glfw3/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +glfw3: GLFW 3 (OpenGL framework) +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. |