authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-12-02 01:15:24 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-12-02 01:15:24 -08:00
log3641ae4e3873dc51486631f7db1939d228dd54f6
tree137560f0226a984c6d6bc1ed937d41f70d29e9d8
parentabbc5cece53a8a8bd1d5b214eefdaa137da8b316

docs/zig.mod- fix copy for keep attribute


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

docs/zig.mod.md+1-1
...@@ -102,7 +102,7 @@ This attribute specifies a way to filter when the dependency will be generated i...@@ -102,7 +102,7 @@ This attribute specifies a way to filter when the dependency will be generated i
102#### Dep `keep`102#### Dep `keep`
103- Type: `string`103- Type: `string`
104- Example: `true`|any104- Example: `true`|any
105This attribute is a manual override for having an external repo that contains no Zig or C code but other files be managed through Zigmod and `deps.zig`. `true` is the only value which will enable this flag.105This attribute is a manual override for having an external repo that contains no Zig or C code but other files be managed through Zigmod and `deps.zig`. `true` is the only value that will enable this flag.
106106
107#### Dep Overrides107#### Dep Overrides
108There are a number of fields you can add to a `Dep` object that will override it's top-level value. This is most useful in the case where a project you want to use does not have a `zig.mod` manifest. You can then use overrides to define the values for them. The only top-level value you can not override is `dependencies`.108There are a number of fields you can add to a `Dep` object that will override it's top-level value. This is most useful in the case where a project you want to use does not have a `zig.mod` manifest. You can then use overrides to define the values for them. The only top-level value you can not override is `dependencies`.