Skip to content

Commit

Permalink
zigmod.yml: update for stage2
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Nov 16, 2022
1 parent dc1716e commit bf2ce1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deps.zig
Original file line number Diff line number Diff line change
Expand Up @@ -264,11 +264,15 @@ pub const package_data = struct {
pub const packages = [_]*const Package{
&package_data._89ujp8gq842x,
&package_data._o6ogpor87xc2,
&package_data._f7dubzb7cyqe,
&package_data._s84v9o48ucb0,
};

pub const pkgs = struct {
pub const zigmod = &package_data._89ujp8gq842x;
pub const win32 = &package_data._o6ogpor87xc2;
pub const extras = &package_data._f7dubzb7cyqe;
pub const ansi = &package_data._s84v9o48ucb0;
};

pub const imports = struct {
Expand Down
2 changes: 2 additions & 0 deletions zig.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ dependencies:

root_dependencies:
- src: git https://github.com/marlersoft/zigwin32
- src: git https://github.com/nektro/zig-extras
- src: git https://github.com/nektro/zig-ansi

0 comments on commit bf2ce1f

Please sign in to comment.