update README for added Lua 5.1, 5.2, 5.3 support

This commit is contained in:
Matt Boney 2023-10-30 10:32:18 -06:00
parent 7bb0d2b73f
commit bbf8621d3e

View file

@ -13,7 +13,7 @@ A standalone **L**ua **E**mbedded **S**cript **I**nterpreter
1. Compiler toolchain like Visual Studio Tools / MSYS2 MinGW / Linux
2. Cmake
3. lua 5.4 (older versions coming)
3. Lua 5.1, 5.2, 5.3, 5.4, (luajit not supported yet)
4. Build tool supported by cmake: ninja, mingw32-make, gnu make
## Usage