Skip to content

Commit

Permalink
[update #1] dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tiawl committed Apr 21, 2024
2 parents c7dcd67 + 027f051 commit ff71cbe
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
.{
.name = "spirv.zig",
.version = "1.3.280",
.minimum_zig_version = "0.12.0",
.paths = .{
"build.zig",
"build.zig.zon",
"spirv",
"spirv-tools",
},
.dependencies = .{
.toolbox = .{
.url = "https://github.com/tiawl/toolbox/archive/refs/tags/1.9.1.tar.gz",
.hash = "1220b5d32aa351f7124b2c30338e71670ead09be5093c311a2d83e6ac31075e67bf7",
.name = "spirv.zig",
.version = "1.0.0",
.minimum_zig_version = "0.12.0",
.paths = .{
"spirv",
"build.zig.zon",
"spirv-tools",
"build.zig",
},
.dependencies = .{
.toolbox = .{
.url = "https://github.com/tiawl/toolbox/archive/refs/tags/1.9.1.tar.gz",
.hash = "1220b5d32aa351f7124b2c30338e71670ead09be5093c311a2d83e6ac31075e67bf7",
},
},
},
}

0 comments on commit ff71cbe

Please sign in to comment.