Skip to content

Commit da7a077

Browse files
committed
fix: zig master dev
1 parent 11575cb commit da7a077

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pub fn build(b: *Build) !void {
3939
}
4040
}
4141

42-
// create a options for command paramter
42+
// create a options for command parameter
4343
const flags_options = b.addOptions();
4444

4545
// add option

build.zig.zon

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
.{
2-
.name = "zig-webui",
2+
.name = .zig_webui,
33
.version = "0.0.1",
44
.minimum_zig_version = "0.12.0",
5+
.fingerprint = 0x95965ed3cdfb8c33,
56
.dependencies = .{
67
.webui = .{
78
.url = "https://github.com/webui-dev/webui/archive/c512af1e6c0fe62bdf458e00fefa456ce11a6cee.tar.gz",

0 commit comments

Comments
 (0)