Skip to content

Commit a4e94bb

Browse files
committed
Update README
1 parent a218eae commit a4e94bb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

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

4+
https://github.com/tilkinsc/Lua.NET
5+
Copyright © Cody Tilkins 2022 MIT License
6+
47
```
58
dotnet add package Lua.NET --version 1.0.0
69
```
710

8-
Supports Lua5.4 Lua5.3 and LuaJIT
11+
Supports Lua5.4 Lua5.3 and LuaJIT
912

1013
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 named differently, make sure the name of the Lua dll matches that of the .cs file; will make it easier in the future.
1114
```

0 commit comments

Comments
 (0)