From b4d9cb4cd503eae9d79fe2745da0723ddd33cbda Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 6 Aug 2025 05:14:35 +0200 Subject: Added disclamer about prebuild Raylib library --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') 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 where all your code lives. You can then load external assets like images and sounds. +> [!IMPORTANT] +> The Raylib library in the `vendor` folder contains prebuilt artifacts. All +> libraries are also available in the `archive` folder. You can manually +> download and replace them from official repositories if desired; they have +> not been tampered with. + ## Libraries - https://github.com/rxi/microtar -- cgit v1.2.3