| ... | ... | @@ -18,12 +18,6 @@ String. Required. |
| 18 | 18 | |
| 19 | 19 | [semver](https://semver.org/) |
| 20 | 20 | |
| 21 | | ### `dependencies` |
| 22 | | |
| 23 | | Struct. |
| 24 | | |
| 25 | | Each dependency must either provide a `url` and `hash`, or a `path`. |
| 26 | | |
| 27 | 21 | ### `minimum_zig_version` |
| 28 | 22 | |
| 29 | 23 | String. Optional. |
| ... | ... | @@ -33,6 +27,12 @@ String. Optional. |
| 33 | 27 | This is currently advisory only; the compiler does not yet do anything |
| 34 | 28 | with this version. |
| 35 | 29 | |
| 30 | ### `dependencies` |
| 31 | |
| 32 | Struct. |
| 33 | |
| 34 | Each dependency must either provide a `url` and `hash`, or a `path`. |
| 35 | |
| 36 | 36 | #### `url` |
| 37 | 37 | |
| 38 | 38 | String. |