From 1ede459e4390f21c3e302b6621c2f6ae275838a5 Mon Sep 17 00:00:00 2001 From: Wassim Lalaoui Date: Tue, 23 Dec 2025 21:22:14 +0100 Subject: [PATCH] Update WebGPU distribution link to latest stable version --- getting-started/hello-webgpu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/hello-webgpu.md b/getting-started/hello-webgpu.md index edd272e..815c16d 100644 --- a/getting-started/hello-webgpu.md +++ b/getting-started/hello-webgpu.md @@ -131,7 +131,7 @@ The **accompanying code** uses this Option C. This is given by the `main` branch of my distribution repository: - - [WebGPU any distribution](https://github.com/eliemichel/WebGPU-distribution/archive/refs/tags/main-v0.2.0-beta1.zip) + - [WebGPU any distribution](https://github.com/eliemichel/WebGPU-distribution/archive/refs/tags/main-v0.2.0.zip) ```{tip} The README of that repository has instructions for how to add it to your project using FetchContent_Declare. If you do that, you will likely be using a newer version of Dawn or wgpu-native than the one this was written against. As a result, the examples in this book may not compile for you. See below for how to download the version this book was written against.