| ... | ... | @@ -44,7 +44,7 @@ Similar to `dependencies` but will only get added to the project if the current |
| 44 | 44 | This is the object used in the top-level `dependencies` attribute and used to add external code to your project. |
| 45 | 45 | |
| 46 | 46 | #### Dep `src` |
| 47 | | - Type: `type path` |
| 47 | - Type: `type path ?version` |
| 48 | 48 | - Example: `git https://github.com/Hejsil/zig-clap` |
| 49 | 49 | - Required |
| 50 | 50 | This is the base attribute used to reference external code for use in your project. `type` is an enum and only allows certain values. `path` is the URL or other identifier used to locate the contents of this package based on the `type`. |