瀏覽代碼

wgpu: fix link in doc.odin

Laytan Laats 7 月之前
父節點
當前提交
71eb26ef15
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vendor/wgpu/doc.odin

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