mod: rem zlog dependency; stream line logging structure; do not write ansi control characters when logging to file
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 1m21s

This commit is contained in:
2025-11-02 13:09:34 +01:00
parent bd33f9c8f9
commit 69da9265b8
6 changed files with 97 additions and 85 deletions

View File

@@ -1,16 +1,10 @@
.{
.name = .zlog,
// This is a [Semantic Version](https://semver.org/).
.version = "0.16.0",
.fingerprint = 0x55b82e3347a594e8,
// version name should match the zig version except for the last number,
// which stands for the version inside a given zig version
.version = "0.15.0",
.dependencies = .{
.ztime = .{
.url = "git+https://gitea.yves-biener.de/yves-biener/ztime#6a2f853f36aa55146e089d7c0c3f041012c0f8fe",
.hash = "ztime-0.0.0-e3nBJL5xAAC_guuqgVnOZncpvwH76NnKRC7JJ_zTF9rV",
},
},
.minimum_zig_version = "0.15.0",
.minimum_zig_version = "0.16.0-dev.463+f624191f9",
.dependencies = .{},
.paths = .{
"build.zig",
"build.zig.zon",