KNnut
cf36d3fdd3
add a missing comment in build.zig.zon
2024-07-15 10:47:36 -07:00
Andrew Kelley
95f0dce7da
seriously people, don't put "zig-" in your package names
...
related #20178
2024-06-05 15:49:47 -07:00
Tim Culverhouse
6b020c3d15
init: clarify .paths usage in build.zig.zon
...
Clarify the usage of .paths in build.zig.zon. Follow the recommendation
of the comments to explicitly list paths by explicitly listing the paths
in the init project.
2024-05-28 21:20:41 -04:00
Jeremia Dominguez
0ac15b9726
Document lazy dependency in init build.zig.zon
...
Also added the same description to doc/build.zig.zon.md
2024-04-11 14:56:07 -07:00
Maximilian
697b8f7d2f
Grammar fixes ( #18320 )
...
* Grammar fixes
Just a couple things I noticed
* Update build.zig.zon.md
Fix a/an usage for zon doc
2023-12-20 13:17:15 +02:00
Andrew Kelley
0c0b69891a
zig fetch
: add --save
flag
...
```
--save Add the fetched package to build.zig.zon
--save=[name] Add the fetched package to build.zig.zon as name
```
2023-11-26 19:41:00 -07:00
Andrew Kelley
9f363cd679
zig init: also create a build.zig.zon
2023-11-20 23:30:51 -07:00