feat: update to zig-0.13 and update flow file types and themes

This commit is contained in:
CJ van den Berg 2024-07-10 22:10:59 +02:00
parent 44095b4bfe
commit 2e94828133
4 changed files with 13 additions and 13 deletions

View file

@ -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,
});