authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-07-10 18:14:05 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-07-10 18:14:05 -07:00
logac7be5d0c0110020cb8ae08b6afe06980b48db8d
treea26e7f91e694069348af8b7de3f4a3ce8aac2461
parentfaf619099ec93b48c4c50e963253533c2191b789

update root deps.zig


1 files changed, 5 insertions(+), 0 deletions(-)

deps.zig+5
......@@ -40,6 +40,7 @@ pub const Package = struct {
4040};
4141
4242const dirs = struct {
43 pub const _root = "";
4344 pub const _89ujp8gq842x = cache ++ "/../..";
4445 pub const _8mdbh0zuneb0 = cache ++ "/v/git/github.com/yaml/libyaml/tag-0.2.5";
4546 pub const _s84v9o48ucb0 = cache ++ "/git/github.com/nektro/zig-ansi";
......@@ -117,6 +118,10 @@ pub const package_data = struct {
117118 .pkg = Pkg{ .name = "zigmod", .path = .{ .path = dirs._89ujp8gq842x ++ "/src/lib.zig" }, .dependencies = &.{ _s84v9o48ucb0.pkg.?, _2ta738wrqbaq.pkg.?, _0npcrzfdlrvk.pkg.?, _ejw82j2ipa0e.pkg.?, _ocmr9rtohgcc.pkg.?, _tnj3qf44tpeq.pkg.? } },
118119 };
119120
121 pub const _root = Package{
122 .directory = dirs._root,
123 };
124
120125};
121126
122127pub const packages = &[_]Package{