Skip to content

Commit

Permalink
add blobs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnite committed May 17, 2024
1 parent 28f489e commit 2f01896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion showcase/build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const root = @import("root");
// cart imports
const carts = .{
.{ "zeroman", @import("zeroman") },
//.{ "blobs", @import("blobs") },
.{ "blobs", @import("blobs") },
};

pub fn build(b: *std.Build) void {
Expand Down

0 comments on commit 2f01896

Please sign in to comment.