| author | |
| committer | |
| log | b795925ee421cb7d12eed37e98ceb2dacce6a729 |
| tree | 98b69f2c9a8356e4339b526d94a857282c952e24 |
| parent | 777af14b57c65a28da488a3aa0cdf91affd3deec |
1 files changed, 9 insertions(+), 0 deletions(-)
doc/build.zig.zon.md+9| ... | ... | @@ -24,6 +24,15 @@ Struct. |
| 24 | 24 | |
| 25 | 25 | Each dependency must either provide a `url` and `hash`, or a `path`. |
| 26 | 26 | |
| 27 | ### `minimum_zig_version` | |
| 28 | ||
| 29 | String. Optional. | |
| 30 | ||
| 31 | [semver](https://semver.org/) | |
| 32 | ||
| 33 | This is currently advisory only; the compiler does does not yet do anything | |
| 34 | with this version. | |
| 35 | ||
| 27 | 36 | #### `url` |
| 28 | 37 | |
| 29 | 38 | String. |