From 7e345a905ccc6624db13ed5b16919249f7c79152 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Fri, 9 Apr 2021 01:52:56 -0700 Subject: [PATCH] docs/zig.mod- add dev_dependencies explanation --- docs/zig.mod.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/zig.mod.md b/docs/zig.mod.md index bc155172f4980e0a71075b600a6313a55f0f4cff..ccf4a1edd1dbeecd2da8a7194b4fdc7cb40ab763 100644 --- a/docs/zig.mod.md +++ b/docs/zig.mod.md @@ -34,6 +34,10 @@ This is a list of relative paths to C source files to compile along with this pr - Type: `[]Dep` This is a list of `Dep` objects. `Dep` objects are how you include the other people's code in your project. See the `Dep` documentation below to learn more about the attributes available here. +### `dev_dependencies` +- Type: `[]Dep` +Similar to `dependencies` but will only get added to the project if the current `zig.mod` is the root module. + ---- ### Dep Object -- 2.54.0