mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
Reorder fields in build.zig.zon.md
The order of `dependencies` and `minimum_zig_version` was misleading.
This commit is contained in:
parent
5d241a1478
commit
dc72f17d80
1 changed files with 6 additions and 6 deletions
|
|
@ -18,12 +18,6 @@ String. Required.
|
|||
|
||||
[semver](https://semver.org/)
|
||||
|
||||
### `dependencies`
|
||||
|
||||
Struct.
|
||||
|
||||
Each dependency must either provide a `url` and `hash`, or a `path`.
|
||||
|
||||
### `minimum_zig_version`
|
||||
|
||||
String. Optional.
|
||||
|
|
@ -33,6 +27,12 @@ String. Optional.
|
|||
This is currently advisory only; the compiler does not yet do anything
|
||||
with this version.
|
||||
|
||||
### `dependencies`
|
||||
|
||||
Struct.
|
||||
|
||||
Each dependency must either provide a `url` and `hash`, or a `path`.
|
||||
|
||||
#### `url`
|
||||
|
||||
String.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue