mirror of
https://github.com/g012/l65.git
synced 2025-04-28 09:37:25 +00:00
Warning: currently you need to edit ConfigHeader.zig in Zig's std library, and comment "try output.appendSlice(c_generated_line);"
9 lines
83 B
Lua
9 lines
83 B
Lua
local M = {}
|
|
|
|
M.major = 0
|
|
M.minor = 0
|
|
M.revision = 0
|
|
M.version = "0.0.0"
|
|
|
|
return M
|