authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-02-20 21:16:04 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-02-20 21:16:04 -08:00
log857fd0e3eeb52b0148c592f7f4a6c3a258643ad0
treeb8bfc01b8f74cc9aa5b04a507f3fc8b085ccb52c
parent178d6e813e4a1e4a0a26ab060917e540523cd7af

zig.mod- clarify dependency separation


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

zig.mod+3-1
...@@ -28,7 +28,9 @@ dependencies:...@@ -28,7 +28,9 @@ dependencies:
28 - src: git https://github.com/nektro/zig-ansi28 - src: git https://github.com/nektro/zig-ansi
29 version: commit-25039ca29 version: commit-25039ca
3030
31 #31 # Entries above this line are needed to bootstrap and kept as git submodules
32 # --------
33 # Entries below this line are only fetched with zigmod itself
3234
33 - src: git https://github.com/ziglibs/known-folders35 - src: git https://github.com/ziglibs/known-folders
34 version: commit-f0f418836 version: commit-f0f4188