diff --git a/yaml.zig b/yaml.zig index a77c1c398dbfe1975b02294d6baa293e3902e4db..e6f0f65e20498670ee90c112a32179fca4ee3c33 100644 --- a/yaml.zig +++ b/yaml.zig @@ -1,6 +1,5 @@ const std = @import("std"); const string = []const u8; -const extras = @import("extras"); const c = @cImport({ @cInclude("yaml.h"); diff --git a/zigmod.yml b/zigmod.yml index 6db7bf254eef69e464b9c45874cc4034c3e4cdde..e2ffbdc40fdd5cbdfd927a49dfb90499d8b7a516 100644 --- a/zigmod.yml +++ b/zigmod.yml @@ -25,8 +25,6 @@ dependencies: - src/scanner.c - src/writer.c - - src: git https://github.com/nektro/zig-extras - root_dependencies: - src: git https://github.com/nektro/zig-expect - src: git https://github.com/nektro/zig-nfs