Skip to content

Commit

Permalink
update to Zig 2024.1.0-mach
Browse files Browse the repository at this point in the history
  • Loading branch information
palsmo authored and emidoots committed Jan 9, 2024
1 parent 8788845 commit 6b43c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ const std = @import("std");

pub fn build(b: *std.Build) void {
_ = b.addModule("font-assets", .{
.source_file = .{ .path = "main.zig" },
.root_source_file = .{ .path = "main.zig" },
});
}

0 comments on commit 6b43c16

Please sign in to comment.