From 71eb26ef156aabbfab66b8554da403a9e9884b22 Mon Sep 17 00:00:00 2001 From: Laytan Laats Date: Mon, 3 Mar 2025 22:18:44 +0100 Subject: [PATCH] wgpu: fix link in doc.odin --- vendor/wgpu/doc.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/wgpu/doc.odin b/vendor/wgpu/doc.odin index 965ccd793..a538c53c1 100644 --- a/vendor/wgpu/doc.odin +++ b/vendor/wgpu/doc.odin @@ -2,7 +2,7 @@ A cross-platform (and WASM) GPU API. WASM support is achieved by providing wrappers around the browser native WebGPU API -that are called instead of the [wgpu-native](https://github.com/gfx-rs/wgpu-native) library, +that are called instead of the [[wgpu-native; https://github.com/gfx-rs/wgpu-native]] library, the wgpu-native library provides support for all other targets. **Examples**