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 11575cb commit da7a077Copy full SHA for da7a077
build.zig
@@ -39,7 +39,7 @@ pub fn build(b: *Build) !void {
39
}
40
41
42
- // create a options for command paramter
+ // create a options for command parameter
43
const flags_options = b.addOptions();
44
45
// add option
build.zig.zon
@@ -1,7 +1,8 @@
1
.{
2
- .name = "zig-webui",
+ .name = .zig_webui,
3
.version = "0.0.1",
4
.minimum_zig_version = "0.12.0",
5
+ .fingerprint = 0x95965ed3cdfb8c33,
6
.dependencies = .{
7
.webui = .{
8
.url = "https://github.com/webui-dev/webui/archive/c512af1e6c0fe62bdf458e00fefa456ce11a6cee.tar.gz",
0 commit comments