Skip to content

Commit 2709542

Browse files
marler8997joeltg
andcommitted
add std.zip and support zip files in build.zig.zon
fixes #17408 Co-authored-by: Joel Gustafson <[email protected]>
1 parent c7ffdbc commit 2709542

File tree

4 files changed

+721
-0
lines changed

4 files changed

+721
-0
lines changed

lib/std/std.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ pub const unicode = @import("unicode.zig");
104104
pub const valgrind = @import("valgrind.zig");
105105
pub const wasm = @import("wasm.zig");
106106
pub const zig = @import("zig.zig");
107+
pub const zip = @import("zip.zig");
107108
pub const start = @import("start.zig");
108109

109110
const root = @import("root");

0 commit comments

Comments
 (0)