We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83c1db commit e3a97adCopy full SHA for e3a97ad
build.zig.zon
@@ -1,7 +1,7 @@
1
.{
2
.name = "ziglua",
3
.version = "0.1.0",
4
- .paths = .{ "build.zig", "build.zig.zon", "src", "license" },
+ .paths = .{ "build.zig", "build.zig.zon", "src", "license", "include" },
5
6
.dependencies = .{
7
// We do not use the lua.org version of Lua 5.1.5 because there is a known security issue
0 commit comments