Files
zlog/build.zig.zon
Yves Biener 2969c4354f
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 57s
mod: update ztime dependency
2025-01-02 18:12:38 +01:00

20 lines
597 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",
.dependencies = .{
.ztime = .{
.url = "git+https://gitea.yves-biener.de/yves-biener/ztime#40a8ce70fe6325b495b65236e51b8ba06e9e61c5",
.hash = "1220e1dcd0331acbadae441229dc6210550a954873a18a209e0b45c6da208b7e431c",
},
},
.minimum_zig_version = "0.13.0",
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSE",
},
}