From d010b378019e79118729f59f2e42ef88b9be3c1f Mon Sep 17 00:00:00 2001 From: AdrienBouvais Date: Fri, 22 May 2026 08:20:25 +0200 Subject: [PATCH] Removed link in fetch code snapped in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d4431d..172b4c5 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ No extra installation required. Automatically links against `d3d12`, `dxgi`, and Add it to your `build.zig.zon`: ```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`: