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**