Removed link in fetch code snapped in README

This commit is contained in:
AdrienBouvais 2026-05-22 08:20:25 +02:00
parent e61c5f775d
commit d010b37801

View File

@ -215,7 +215,7 @@ No extra installation required. Automatically links against `d3d12`, `dxgi`, and
Add it to your `build.zig.zon`: Add it to your `build.zig.zon`:
```bash ```bash
zig fetch --save git+[https://git.bouvais.lu/adrien/zig-wgpu#ref=0.2.0](https://git.bouvais.lu/adrien/zig-wgpu) zig fetch --save git+https://git.bouvais.lu/adrien/zig-wgpu#ref=0.2.1
``` ```
Then, expose it in your `build.zig`: Then, expose it in your `build.zig`: