mod: remove dependency to c std library and replace with ztime dependency for a pure zig implementation
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 57s
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 57s
This commit is contained in:
@@ -3,6 +3,12 @@
|
||||
// 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#c0f370c1c4673bb5f1fc1a1266e9819bafec0082",
|
||||
.hash = "1220f094aa3a4e38ed4140da594e9eae3a3d66e7ba5eb3ea3f6fb7ed561d6981c6be",
|
||||
},
|
||||
},
|
||||
.minimum_zig_version = "0.13.0",
|
||||
.paths = .{
|
||||
"build.zig",
|
||||
|
||||
Reference in New Issue
Block a user