authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-11-15 11:06:24 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-11-16 09:13:21 -08:00
logbf2ce1f635a26837708a1ea199fd8c3f7059e7bb
tree326bc4bb4e6f07e0307a687768c896dc927c5bfe
parentdc1716e91af42b31f0d46b020c6315faf82ce853

zigmod.yml: update for stage2


2 files changed, 6 insertions(+), 0 deletions(-)

deps.zig+4
......@@ -264,11 +264,15 @@ pub const package_data = struct {
264264pub const packages = [_]*const Package{
265265 &package_data._89ujp8gq842x,
266266 &package_data._o6ogpor87xc2,
267 &package_data._f7dubzb7cyqe,
268 &package_data._s84v9o48ucb0,
267269};
268270
269271pub const pkgs = struct {
270272 pub const zigmod = &package_data._89ujp8gq842x;
271273 pub const win32 = &package_data._o6ogpor87xc2;
274 pub const extras = &package_data._f7dubzb7cyqe;
275 pub const ansi = &package_data._s84v9o48ucb0;
272276};
273277
274278pub const imports = struct {
zig.mod+2
......@@ -19,3 +19,5 @@ dependencies:
1919
2020root_dependencies:
2121 - src: git https://github.com/marlersoft/zigwin32
22 - src: git https://github.com/nektro/zig-extras
23 - src: git https://github.com/nektro/zig-ansi