You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
193 B
Zig

2 years ago
const std = @import("std");
const micro = @import("microzig");
const chips = @import("chips.zig");
2 years ago
fn root_dir() []const u8 {
return std.fs.path.dirname(@src().file) orelse unreachable;
2 years ago
}