authorgravatar for mataha@users.noreply.github.commataha <mataha@users.noreply.github.com> 2023-10-29 18:56:43+01:00
committergravatar for git@vexu.euVeikka Tuominen <git@vexu.eu> 2023-11-21 14:23:40+02:00
logdc72f17d8026c73acda90f107690c14327173c5f
tree3506956b15d042572d46a35888f590ebcae3d5eb
parent5d241a14789feac397115b7204528212bfe15850

Reorder fields in `build.zig.zon.md`

The order of `dependencies` and `minimum_zig_version` was misleading.

1 files changed, 6 insertions(+), 6 deletions(-)

doc/build.zig.zon.md+6-6
......@@ -18,12 +18,6 @@ String. Required.
1818
1919[semver](https://semver.org/)
2020
21### `dependencies`
22
23Struct.
24
25Each dependency must either provide a `url` and `hash`, or a `path`.
26
2721### `minimum_zig_version`
2822
2923String. Optional.
......@@ -33,6 +27,12 @@ String. Optional.
3327This is currently advisory only; the compiler does not yet do anything
3428with this version.
3529
30### `dependencies`
31
32Struct.
33
34Each dependency must either provide a `url` and `hash`, or a `path`.
35
3636#### `url`
3737
3838String.