mirror of
https://git.robbyzambito.me/zits
synced 2026-02-04 03:34:48 +00:00
Switch from clap to yazap
This is compatible with the latest 0.16.0 nightly build. It is also a bit less magic than clap.
This commit is contained in:
@@ -83,8 +83,8 @@ pub fn build(b: *std.Build) void {
|
||||
}),
|
||||
});
|
||||
|
||||
const clap = b.dependency("clap", .{});
|
||||
exe.root_module.addImport("clap", clap.module("clap"));
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user