aboutsummaryrefslogtreecommitdiff
path: root/libraries/raylib/README
diff options
context:
space:
mode:
authorrc-05 <rc_O5@protonmail.com>2022-04-24 21:42:23 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-30 13:52:03 +0700
commit88f214bbb28d7fdc5c054bc80f7f3fea0924dff2 (patch)
tree485af0eadf6913a32b81b84bffbea049d14d4015 /libraries/raylib/README
parent47b5c7484af77d8eb34133dae81d6da85732bf29 (diff)
libraries/raylib: Added (Game development library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/raylib/README')
-rw-r--r--libraries/raylib/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/raylib/README b/libraries/raylib/README
new file mode 100644
index 0000000000..ae541fd1b1
--- /dev/null
+++ b/libraries/raylib/README
@@ -0,0 +1,6 @@
+raylib is a simple and easy-to-use library to enjoy videogames
+programming and it is highly inspired by Borland BGI graphics lib
+and by XNA framework.
+
+Wayland support can be enabled with WAYLAND=yes when building the
+package.