diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-08-06 05:14:35 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-08-06 05:14:35 +0200 |
| commit | b4d9cb4cd503eae9d79fe2745da0723ddd33cbda (patch) | |
| tree | 43c990b202830daf32ee6d967887ae8bfd93219f /README.md | |
| parent | 2914af44b185e860bb04d3bb062a4cd928b0bab7 (diff) | |
| download | bidi-b4d9cb4cd503eae9d79fe2745da0723ddd33cbda.tar.gz | |
Added disclamer about prebuild Raylib library
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -7,6 +7,12 @@ You develop your games in Lua and you are only allowed to have one Lua file | |||
| 7 | where all your code lives. You can then load external assets like images and | 7 | where all your code lives. You can then load external assets like images and |
| 8 | sounds. | 8 | sounds. |
| 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 |
