Skip to content

Commit 56dbd6d

Browse files
authored
Update WebGPU distribution link to latest stable version (#113)
1 parent 0fb8262 commit 56dbd6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

getting-started/hello-webgpu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ The **accompanying code** uses this Option C.
131131

132132
This is given by the `main` branch of my distribution repository:
133133

134-
- [WebGPU any distribution](https://github.com/eliemichel/WebGPU-distribution/archive/refs/tags/main-v0.2.0-beta1.zip)
134+
- [WebGPU any distribution](https://github.com/eliemichel/WebGPU-distribution/archive/refs/tags/main-v0.2.0.zip)
135135

136136
```{tip}
137137
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.

0 commit comments

Comments
 (0)