Skip to content

Commit 54e83a0

Browse files
committed
Updated README
1 parent f17bc49 commit 54e83a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Lua.NET
22
C# .NET Core 6.0 Lua bindings and helper functions.
33

4-
Supports Lua5.4 and LuaJIT
4+
Supports Lua5.4 Lua5.3 and LuaJIT
55

66
Hardcoded to only use doubles and 64-bit integers, so the Lua library will have to be built accordingly. This CAN be changed with manual edits, but it wasn't fun writing this library. This code was made with with the default includes on a 64-bit windows 10 machine using Lua's makefile and LuaJIT. All DLL's are built differently, so you will have to edit the name of the DLL inside of the respected cs file to the name of your DLL; will make it easier in the future.
77

0 commit comments

Comments
 (0)