| author | |
| committer | |
| log | 31349a741de4d4082de18fb3a58c47f074dffcab |
| tree | 136d0157f489eef570761ed849a3b697f68533e4 |
| parent | bf9b04a32c6658e901904b2e279ea87b37b7a097 |
closes #773 files changed, 3 insertions(+), 3 deletions(-)
deps.zig+1-1| ... | @@ -73,7 +73,7 @@ pub const dirs = struct { | ... | @@ -73,7 +73,7 @@ pub const dirs = struct { |
| 73 | pub const _pt88y5d80m25 = cache ++ "/git/github.com/nektro/zig-licenses-text"; | 73 | pub const _pt88y5d80m25 = cache ++ "/git/github.com/nektro/zig-licenses-text"; |
| 74 | pub const _96h80ezrvj7i = cache ++ "/git/github.com/nektro/zig-leven"; | 74 | pub const _96h80ezrvj7i = cache ++ "/git/github.com/nektro/zig-leven"; |
| 75 | pub const _c1xirp1ota5p = cache ++ "/git/github.com/nektro/zig-inquirer"; | 75 | pub const _c1xirp1ota5p = cache ++ "/git/github.com/nektro/zig-inquirer"; |
| 76 | pub const _u7sysdckdymi = cache ++ "/git/github.com/arqv/ini"; | 76 | pub const _u7sysdckdymi = cache ++ "/git/github.com/nektro/arqv-ini"; |
| 77 | pub const _iecwp4b3bsfm = cache ++ "/git/github.com/nektro/zig-time"; | 77 | pub const _iecwp4b3bsfm = cache ++ "/git/github.com/nektro/zig-time"; |
| 78 | pub const _o6ogpor87xc2 = cache ++ "/git/github.com/marlersoft/zigwin32"; | 78 | pub const _o6ogpor87xc2 = cache ++ "/git/github.com/marlersoft/zigwin32"; |
| 79 | }; | 79 | }; |
zig.mod+1-1| ... | @@ -38,7 +38,7 @@ dependencies: | ... | @@ -38,7 +38,7 @@ dependencies: |
| 38 | - src: git https://github.com/nektro/zig-range | 38 | - src: git https://github.com/nektro/zig-range |
| 39 | - src: git https://github.com/nektro/zig-detect-license | 39 | - src: git https://github.com/nektro/zig-detect-license |
| 40 | - src: git https://github.com/nektro/zig-inquirer | 40 | - src: git https://github.com/nektro/zig-inquirer |
| 41 | - src: git https://github.com/arqv/ini | 41 | - src: git https://github.com/nektro/arqv-ini |
| 42 | - src: git https://github.com/nektro/zig-time | 42 | - src: git https://github.com/nektro/zig-time |
| 43 | 43 | ||
| 44 | root_dependencies: | 44 | root_dependencies: |
zigmod.lock+1-1| ... | @@ -14,6 +14,6 @@ git https://github.com/nektro/zig-detect-license commit-de5c285d999eea68b9189b48 | ... | @@ -14,6 +14,6 @@ git https://github.com/nektro/zig-detect-license commit-de5c285d999eea68b9189b48 |
| 14 | git https://github.com/nektro/zig-licenses-text commit-3c07c6e4eb0965dafd0b029c632f823631b3169c | 14 | git https://github.com/nektro/zig-licenses-text commit-3c07c6e4eb0965dafd0b029c632f823631b3169c |
| 15 | git https://github.com/nektro/zig-leven commit-ab852cf74fa0b4edc530d925f0654b62c60365bf | 15 | git https://github.com/nektro/zig-leven commit-ab852cf74fa0b4edc530d925f0654b62c60365bf |
| 16 | git https://github.com/nektro/zig-inquirer commit-14c3492c46f9765c3e77436741794d1a3118cbee | 16 | git https://github.com/nektro/zig-inquirer commit-14c3492c46f9765c3e77436741794d1a3118cbee |
| 17 | git https://github.com/arqv/ini commit-1a9b2e90379895e197893b6e19c93bd213ad36e6 | 17 | git https://github.com/nektro/arqv-ini commit-1a9b2e90379895e197893b6e19c93bd213ad36e6 |
| 18 | git https://github.com/nektro/zig-time commit-a22054de725ef19b3f91b9ad960d4093f852b7e0 | 18 | git https://github.com/nektro/zig-time commit-a22054de725ef19b3f91b9ad960d4093f852b7e0 |
| 19 | git https://github.com/marlersoft/zigwin32 commit-2b40704fbc2c9fbdb6f31acbc48684b6b98c15e3 | 19 | git https://github.com/marlersoft/zigwin32 commit-2b40704fbc2c9fbdb6f31acbc48684b6b98c15e3 |