mirror of
https://git.robbyzambito.me/zits
synced 2026-02-04 03:34:48 +00:00
Port to latest 0.16.0
Use juicy main ;)
This commit is contained in:
@@ -83,9 +83,6 @@ pub fn build(b: *std.Build) void {
|
||||
}),
|
||||
});
|
||||
|
||||
const yazap = b.dependency("yazap", .{});
|
||||
exe.root_module.addImport("yazap", yazap.module("yazap"));
|
||||
|
||||
// This declares intent for the executable to be installed into the
|
||||
// install prefix when running `zig build` (i.e. when executing the default
|
||||
// step). By default the install prefix is `zig-out/` but can be overridden
|
||||
|
||||
Reference in New Issue
Block a user