Fleshing out more of the library.

Mainly adding functions to File
This commit is contained in:
Caleb J. Gardner
2026-04-07 15:41:30 -05:00
parent eec468ff17
commit 3e97aabe53
9 changed files with 371 additions and 43 deletions
+1 -1
View File
@@ -108,6 +108,6 @@ pub fn build(b: *std.Build) !void {
.root_module = exe_mod,
});
const check = b.step("check", "Check if unsquashfs compiles");
check.dependOn(&lib_check.step);
check.dependOn(&exe_check.step);
check.dependOn(&lib_check.step);
}