14 lines
330 B
Zig
14 lines
330 B
Zig
.{
|
|
.name = "zlog",
|
|
// version name should match the zig version except for the last number,
|
|
// which stands for the version inside a given zig version
|
|
.version = "0.13.0",
|
|
.minimum_zig_version = "0.13.0",
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
"LICENSE",
|
|
},
|
|
}
|