authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-07-25 03:12:57 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-07-25 03:12:57 -07:00
log8ae325bbed7ba9def5139611a317146834f71271
treeed221a1ed314c064407a63034d334f4fabbaea35
parent8cf753d7e7d73253fa7ff5c7e4590b6856129dc6

remove zigwin32 from committed `deps.zig` so that bootstrap build can pass


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

deps.zig-3
...@@ -127,7 +127,6 @@ pub const package_data = struct {...@@ -127,7 +127,6 @@ pub const package_data = struct {
127 pub const _root = Package{127 pub const _root = Package{
128 .directory = dirs._root,128 .directory = dirs._root,
129 };129 };
130
131};130};
132131
133pub const packages = &[_]Package{132pub const packages = &[_]Package{
...@@ -142,6 +141,4 @@ pub const pkgs = struct {...@@ -142,6 +141,4 @@ pub const pkgs = struct {
142141
143pub const imports = struct {142pub const imports = struct {
144 pub const zigmod = @import(".zigmod/deps/../../src/lib.zig");143 pub const zigmod = @import(".zigmod/deps/../../src/lib.zig");
145 pub const win32 = @import(".zigmod/deps/git/github.com/marlersoft/zigwin32/win32.zig");
146};144};
147