mirror of
https://github.com/NotAShelf/zid.git
synced 2024-11-22 13:20:44 +00:00
14 lines
281 B
Text
14 lines
281 B
Text
.{
|
|
.name = "zid",
|
|
.version = "0.1.0",
|
|
.minimum_zig_version = "0.12.0", // not a hard-requirement, but I've built this package with 0.12 only.
|
|
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
"LICENSE",
|
|
"README.md",
|
|
},
|
|
}
|