I will never get tired of vendoring dependencies. ha ha. It is possible I am insane. I had to do a lot of pruning to get these not to be ridiculous (especially the unicode data, which had nearly 1 million lines of... stuff).
18 lines
275 B
Zig
18 lines
275 B
Zig
.{
|
|
.name = "zg",
|
|
.version = "0.13.1",
|
|
.minimum_zig_version = "0.13.0",
|
|
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"codegen",
|
|
"data",
|
|
"LICENSE",
|
|
"README.md",
|
|
"src",
|
|
"unicode_license",
|
|
"UNICODE_VERSION.txt",
|
|
},
|
|
}
|