| ... | ... | @@ -107,12 +107,12 @@ Version types available to each Dep type: |
| 107 | 107 | - Type: `comma-split string[]` |
| 108 | 108 | - Example: `windows` |
| 109 | 109 | - Example: `macos,tvos,ios` |
| 110 | | This attribute specifies a way to filter when the dependency will be generated into the contents of `deps.zig`. `only_os` is an inclusive filter in which the dependency will only be in the output if the host target operating system is in the list specified or if this field is ommitted. |
| 110 | This attribute specifies a way to filter when the dependency will be generated into the contents of `deps.zig`. `only_os` is an inclusive filter in which the dependency will only be in the output if the host target operating system is in the list specified or if this field is omitted. |
| 111 | 111 | |
| 112 | 112 | #### Dep `except_os` |
| 113 | 113 | - Type: `comma-split string[]` |
| 114 | 114 | - Example: `linux` |
| 115 | | This attribute specifies a way to filter when the dependency will be generated into the contents of `deps.zig`. `except_os` is an exlusive filter in which the dependency will only be in the output if the host target operating is \*not\* in the list specified or if the field is ommitted. |
| 115 | This attribute specifies a way to filter when the dependency will be generated into the contents of `deps.zig`. `except_os` is an exclusive filter in which the dependency will only be in the output if the host target operating is \*not\* in the list specified or if the field is omitted. |
| 116 | 116 | |
| 117 | 117 | #### Dep `keep` |
| 118 | 118 | - Type: `string` |