| ... | ... | @@ -102,7 +102,7 @@ This attribute specifies a way to filter when the dependency will be generated i |
| 102 | 102 | #### Dep `keep` |
| 103 | 103 | - Type: `string` |
| 104 | 104 | - Example: `true`|any |
| 105 | | This 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. |
| 105 | This 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. |
| 106 | 106 | |
| 107 | 107 | #### Dep Overrides |
| 108 | 108 | There 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`. |