| ... | @@ -44,7 +44,7 @@ Similar to `dependencies` but will only get added to the project if the current | ... | @@ -44,7 +44,7 @@ Similar to `dependencies` but will only get added to the project if the current |
| 44 | This is the object used in the top-level `dependencies` attribute and used to add external code to your project. | 44 | This is the object used in the top-level `dependencies` attribute and used to add external code to your project. |
| 45 | | 45 | |
| 46 | #### Dep `src` | 46 | #### Dep `src` |
| 47 | - Type: `type path` | 47 | - Type: `type path ?version` |
| 48 | - Example: `git https://github.com/Hejsil/zig-clap` | 48 | - Example: `git https://github.com/Hejsil/zig-clap` |
| 49 | - Required | 49 | - Required |
| 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`. | 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`. |