Skip to content

Commit 560b6d5

Browse files
committed
Run zig fmt
1 parent ac0fca8 commit 560b6d5

File tree

3 files changed

+115
-139
lines changed

3 files changed

+115
-139
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ pub fn addBindingsModule(b: *std.Build, options: BindingsOptions) *std.Build.Mod
5252
}
5353

5454
return b.addModule("opengl", .{ .root_source_file = outputPath });
55-
}
55+
}

build.zig.zon

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
.name = "zig-opengl-bindings",
33
.version = "0.0.0",
44
.dependencies = .{
5-
.@"dishwasher" = .{
5+
.dishwasher = .{
66
.url = "https://github.com/edqx/dishwasher/archive/refs/tags/1.0.4.zip",
7-
.hash = "12209f29d4963ec005990c46310ce63d883b2c02d1e79906ec60ec1b4f40466d34a0"
8-
}
7+
.hash = "12209f29d4963ec005990c46310ce63d883b2c02d1e79906ec60ec1b4f40466d34a0",
8+
},
99
},
1010
.paths = .{
1111
"build.zig",
1212
"build.zig.zon",
1313
"src",
14-
"OpenGL-Registry/xml/gl.xml"
14+
"OpenGL-Registry/xml/gl.xml",
1515
},
1616
}

0 commit comments

Comments
 (0)