wgpu: fix link in doc.odin

This commit is contained in:
Laytan Laats
2025-03-03 22:18:44 +01:00
parent 52dd651aed
commit 71eb26ef15
+1 -1
View File
@@ -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**