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.
1 parent 4e7d93d commit 37e49f0Copy full SHA for 37e49f0
README.md
@@ -68,7 +68,7 @@ Add this:
68
```zig
69
// To standardize development, maybe you should use `lazyDependency()` instead of `dependency()`
70
// more info to see: https://ziglang.org/download/0.12.0/release-notes.html#toc-Lazy-Dependencies
71
-const zig_webui = b.dependency("zig-webui", .{
+const zig_webui = b.dependency("zig_webui", .{
72
.target = target,
73
.optimize = optimize,
74
.enable_tls = false, // whether enable tls support
0 commit comments