feat: update to zig-0.13 and update flow file types and themes
This commit is contained in:
parent
44095b4bfe
commit
2e94828133
4 changed files with 13 additions and 13 deletions
|
@ -12,7 +12,7 @@ pub fn build(b: *std.Build) void {
|
|||
|
||||
const exe = b.addExecutable(.{
|
||||
.name = "zat",
|
||||
.root_source_file = .{ .path = "src/main.zig" },
|
||||
.root_source_file = b.path("src/main.zig"),
|
||||
.target = target,
|
||||
.optimize = optimize,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue