| ... | @@ -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 | }; |
| 132 | | 131 | |
| 133 | pub const packages = &[_]Package{ | 132 | pub const packages = &[_]Package{ |
| ... | @@ -142,6 +141,4 @@ pub const pkgs = struct { | ... | @@ -142,6 +141,4 @@ pub const pkgs = struct { |
| 142 | | 141 | |
| 143 | pub const imports = struct { | 142 | pub 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 | | | |