Skip to content

Commit

Permalink
add std.zip and support zip files in build.zig.zon
Browse files Browse the repository at this point in the history
fixes ziglang#17408

Co-authored-by: Joel Gustafson <joelg@mit.edu>
  • Loading branch information
marler8997 and joeltg committed Apr 22, 2024
1 parent c7ffdbc commit 2709542
Show file tree
Hide file tree
Showing 4 changed files with 721 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/std/std.zig
Expand Up @@ -104,6 +104,7 @@ pub const unicode = @import("unicode.zig");
pub const valgrind = @import("valgrind.zig");
pub const wasm = @import("wasm.zig");
pub const zig = @import("zig.zig");
pub const zip = @import("zip.zig");
pub const start = @import("start.zig");

const root = @import("root");
Expand Down

0 comments on commit 2709542

Please sign in to comment.