1
0
mirror of https://github.com/g012/l65.git synced 2024-06-11 10:29:27 +00:00
l65/l65cfg.lua
g012 29f5666b20 Added build.zig to cross compile
Warning: currently you need to edit ConfigHeader.zig in Zig's std
library, and comment "try output.appendSlice(c_generated_line);"
2024-03-12 16:01:12 +01:00

9 lines
83 B
Lua

local M = {}
M.major = 0
M.minor = 0
M.revision = 0
M.version = "0.0.0"
return M