aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1cafb6a..7a38da6 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,12 @@ You develop your games in Lua and you are only allowed to have one Lua file
7where all your code lives. You can then load external assets like images and 7where all your code lives. You can then load external assets like images and
8sounds. 8sounds.
9 9
10> [!IMPORTANT]
11> The Raylib library in the `vendor` folder contains prebuilt artifacts. All
12> libraries are also available in the `archive` folder. You can manually
13> download and replace them from official repositories if desired; they have
14> not been tampered with.
15
10## Libraries 16## Libraries
11 17
12- https://github.com/rxi/microtar 18- https://github.com/rxi/microtar