From 857fd0e3eeb52b0148c592f7f4a6c3a258643ad0 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sat, 20 Feb 2021 21:16:04 -0800 Subject: [PATCH] zig.mod- clarify dependency separation --- zig.mod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zig.mod b/zig.mod index d4c754bf4660270672cf998f3342bbe15afaaaa6..f5b81c1dd36917116fcb86f7c0ab12e46594a33c 100644 --- a/zig.mod +++ b/zig.mod @@ -28,7 +28,9 @@ dependencies: - src: git https://github.com/nektro/zig-ansi version: commit-25039ca - # + # Entries above this line are needed to bootstrap and kept as git submodules + # -------- + # Entries below this line are only fetched with zigmod itself - src: git https://github.com/ziglibs/known-folders version: commit-f0f4188 -- 2.54.0