| ... | @@ -34,6 +34,10 @@ This is a list of relative paths to C source files to compile along with this pr | ... | @@ -34,6 +34,10 @@ This is a list of relative paths to C source files to compile along with this pr |
| 34 | - Type: `[]Dep` | 34 | - Type: `[]Dep` |
| 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. | 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 | ### Dep Object | 43 | ### Dep Object |