Commit Graph

3 Commits

Author SHA1 Message Date
邵静
014cec9777 ziglua 0.2.0 2024-02-18 09:57:20 +08:00
Nathan Craddock
d8511141c5 Remove vendored lua libraries
Use the Zig package manager to download the sources for Lua 5.1 through
Lua 5.4. Luau still needs to be done this way.

The LuaVersion enum strings are changed to remove the _ characters, this
is a breaking change.

Also makes the tests rely on the module rather than the raw source file.
Not sure if this is a good idea yet, just testing some things.

This links the compiled lua library to the ziglua module so it doesn't
need to be linked manually in other projects.
2024-01-09 22:54:41 -07:00
Nathan Craddock
dc1df24950 Rename library subdirs
Remove the specific version number
2023-05-14 14:21:57 -06:00