Files
zlog/build.zig.zon
Yves Biener b5641960e8
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 57s
mod: update ztime dependency
2024-12-30 17:46: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#1301af10640f716e1369f5ccd2a0076f3853ad86",
.hash = "12205c09576f4c1135d7887eeb06ee120a76d100701edb20879e65fde9d9f9732c48",
},
},
.minimum_zig_version = "0.13.0",
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSE",
},
}