| ... | ... | @@ -25,3 +25,10 @@ For a full reference on the fields available in `deps.zig` you can check [here]( |
| 25 | 25 | + deps.addAllTo(exe); |
| 26 | 26 | exe.install(); |
| 27 | 27 | ``` |
| 28 | |
| 29 | ## Screenshot |
| 30 |  |
| 31 | |
| 32 | In addition to fetching your dependencies `fetch` will help you track any updates. |
| 33 | |
| 34 | In the event you are using Git, `fetch` will parse the diff of your committed `zigmod.lock` with the new one it just printed and give you a status update on new packages, removed packages, or updated packages. If a dependency happens to be hosted on a major Git provider, then it will also reformat the updates section to print a compare URL so you may visit it in a browser and view the changes directly. Else, it will still print the "from" and "to" commits. |