We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
webui
build.zig
1 parent b565900 commit 7bad48eCopy full SHA for 7bad48e
build.zig
@@ -64,7 +64,7 @@ pub const V0_12 = struct {
64
.optimize = optimize,
65
.dynamic = !isStatic,
66
.@"enable-tls" = enableTLS,
67
- .verbose = false,
+ .verbose = .err,
68
});
69
70
const webui_module = b.addModule("webui", .{
build.zig.zon
@@ -4,8 +4,8 @@
4
.minimum_zig_version = "0.11.0",
5
.dependencies = .{
6
.webui = .{
7
- .url = "https://github.com/webui-dev/webui/archive/3b0736f.tar.gz",
8
- .hash = "12203142a86e0751a1b4ebb7d40ec61c3d7fb79ead7f5441cf42efa897050f8304ab",
+ .url = "https://github.com/webui-dev/webui/archive/15e2d68.tar.gz",
+ .hash = "122015a686a886df8aa930c1c2aed0443b75973471ab8590e62ef0b93be61f2d1d9b",
9
},
10
11
.paths = .{
0 commit comments