Skip to content

Commit

Permalink
[update] use toolbox 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tiawl committed Apr 21, 2024
1 parent dfe6e78 commit ea00ccd
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4,761 deletions.
2 changes: 2 additions & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ fn update (builder: *std.Build,
try std.fs.deleteTreeAbsolute (try std.fs.path.join (
builder.allocator, &.{ glfw_path, entry.name, }));
}

try toolbox.clean (builder, &.{ "glfw", }, &.{});
}

pub fn build (builder: *std.Build) !void
Expand Down
4 changes: 2 additions & 2 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
.hash = "12202ee09ca215a668c07370f71d8c2cee1946336c8a2160e8976ae1c8d3912406b0",
},
.toolbox = .{
.url = "https://github.com/tiawl/toolbox/archive/refs/tags/1.8.0.tar.gz",
.hash = "12200af0f781a5043d325b5a1cd5cb036851fc0b28e3c6e9fba5e4ba7eb68c07406a",
.url = "https://github.com/tiawl/toolbox/archive/171eeafdfbd30be64c33c96ac60e54d8c5800f8d.tar.gz",
.hash = "122079b3521afcfde887d4e076be92421995b5a8bee1611bdbf1019826f37682f82b",
},
.X11 = .{
.url = "https://github.com/tiawl/X11.zig/archive/refs/tags/libX11-1.8.9.tar.gz",
Expand Down
368 changes: 0 additions & 368 deletions glfw/src/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit ea00ccd

Please sign in to comment.