Skip to content

Commit

Permalink
Removed the clap dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnau478 committed Dec 6, 2023
1 parent c3bd960 commit d480356
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
7 changes: 0 additions & 7 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ pub fn build(b: *std.Build) void {
.optimize = optimize,
});

const clap = b.dependency("clap", .{
.target = target,
.optimize = optimize,
});

exe.addModule("clap", clap.module("clap"));

b.installArtifact(exe);

const run_cmd = b.addRunArtifact(exe);
Expand Down
7 changes: 1 addition & 6 deletions build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
.{
.name = "hevi",
.version = "0.1.0",
.dependencies = .{
.clap = .{
.url = "https://github.com/Hejsil/zig-clap/archive/refs/heads/master.tar.gz",
.hash = "122066d86920926a4a674adaaa10f158dc4961c2a47e588e605765455d74ca72c2ad",
}
},
.dependencies = .{},
.paths = .{
"",
},
Expand Down

0 comments on commit d480356

Please sign in to comment.