| ... | @@ -264,11 +264,15 @@ pub const package_data = struct { | ... | @@ -264,11 +264,15 @@ pub const package_data = struct { |
| 264 | pub const packages = [_]*const Package{ | 264 | pub const packages = [_]*const Package{ |
| 265 | &package_data._89ujp8gq842x, | 265 | &package_data._89ujp8gq842x, |
| 266 | &package_data._o6ogpor87xc2, | 266 | &package_data._o6ogpor87xc2, |
| | 267 | &package_data._f7dubzb7cyqe, |
| | 268 | &package_data._s84v9o48ucb0, |
| 267 | }; | 269 | }; |
| 268 | | 270 | |
| 269 | pub const pkgs = struct { | 271 | pub const pkgs = struct { |
| 270 | pub const zigmod = &package_data._89ujp8gq842x; | 272 | pub const zigmod = &package_data._89ujp8gq842x; |
| 271 | pub const win32 = &package_data._o6ogpor87xc2; | 273 | pub const win32 = &package_data._o6ogpor87xc2; |
| | 274 | pub const extras = &package_data._f7dubzb7cyqe; |
| | 275 | pub const ansi = &package_data._s84v9o48ucb0; |
| 272 | }; | 276 | }; |
| 273 | | 277 | |
| 274 | pub const imports = struct { | 278 | pub const imports = struct { |