diff options
author | Jeffrey T. Read <bitwize@gmail.com> | 2013-06-04 17:15:40 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-06-05 03:17:42 -0500 |
commit | 3eabed09ef6ab0091fd06c57071a2e9c095300c4 (patch) | |
tree | 71fbd15abf408816a8940267033f0be4ee01b110 /libraries/glfw/slack-desc | |
parent | 16c34b9762cc319b1f784737511687d21a3eb902 (diff) | |
download | slackbuilds-3eabed09ef6ab0091fd06c57071a2e9c095300c4.tar.gz |
libraries/glfw: Added (OpenGL framework)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/glfw/slack-desc')
-rw-r--r-- | libraries/glfw/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/glfw/slack-desc b/libraries/glfw/slack-desc new file mode 100644 index 0000000000..90e87f4a4c --- /dev/null +++ b/libraries/glfw/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------------------------------------------------------| +glfw: GLFW (OpenGL framework) +glfw: +glfw: GLFW is a free, Open Source, multi-platform library for opening a +glfw: window, creating an OpenGL context and managing input. It is easy to +glfw: integrate into existing applications and does not lay claim to the +glfw: main loop. +glfw: +glfw: GLFW is written in C and has native support for Windows, Mac OS X and +glfw: many Unix-like systems using the X Window System, such as Linux and +glfw: FreeBSD. +glfw: |