Make this usable as a dependency of a zig 0.12 project: - build.zig.zon must exist to be used as a zig dependency - public headers need to be installed as part of the artifact
10 lines
168 B
Zig
10 lines
168 B
Zig
.{
|
|
.name = "tree-sitter",
|
|
.version = "0.22.5",
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"lib/src",
|
|
"lib/include",
|
|
},
|
|
}
|