authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-04-09 01:52:56 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-04-09 01:52:56 -07:00
log7e345a905ccc6624db13ed5b16919249f7c79152
tree21cefd68ccb45b7d3a804f7ecea39bd027e61554
parentfeaae25fd037c9f91f5ebce4aff97737512e144d
signaturelock-open Commit is signed but in an unrecognized format.

docs/zig.mod- add dev_dependencies explanation


1 files changed, 4 insertions(+), 0 deletions(-)

docs/zig.mod.md+4
......@@ -34,6 +34,10 @@ This is a list of relative paths to C source files to compile along with this pr
3434- Type: `[]Dep`
3535This 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.
3636
37### `dev_dependencies`
38- Type: `[]Dep`
39Similar to `dependencies` but will only get added to the project if the current `zig.mod` is the root module.
40
3741----
3842
3943### Dep Object