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 |
| 34 | 34 | - Type: `[]Dep` |
| 35 | 35 | 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. |
| 36 | 36 | |
| 37 | ### `dev_dependencies` |
| 38 | - Type: `[]Dep` |
| 39 | Similar to `dependencies` but will only get added to the project if the current `zig.mod` is the root module. |
| 40 | |
| 37 | 41 | ---- |
| 38 | 42 | |
| 39 | 43 | ### Dep Object |