diff options
author | 2022-02-08 01:32:40 +0700 | |
---|---|---|
committer | 2022-02-08 01:32:40 +0700 | |
commit | 313aff573433d9a4bc750285104c069fca0a566c (patch) | |
tree | fc441e8ad03b7147e0c25d7f1e824919de61a584 /wgpu/README.md | |
parent | 880671e104f6ee33040f3dfe8c7b735a1e70031d (diff) | |
parent | c70929bf2cc2112bd84ebac5f046bdfd82d63d63 (diff) | |
download | iced-313aff573433d9a4bc750285104c069fca0a566c.tar.gz iced-313aff573433d9a4bc750285104c069fca0a566c.tar.bz2 iced-313aff573433d9a4bc750285104c069fca0a566c.zip |
Merge pull request #1217 from SynergyBest/master
Fix links
Diffstat (limited to 'wgpu/README.md')
-rw-r--r-- | wgpu/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wgpu/README.md b/wgpu/README.md index 11e9cc0a..50440baf 100644 --- a/wgpu/README.md +++ b/wgpu/README.md @@ -21,7 +21,7 @@ Currently, `iced_wgpu` supports the following primitives: [documentation]: https://docs.rs/iced_wgpu [`iced_native`]: ../native -[`wgpu`]: https://github.com/gfx-rs/wgpu-rs +[`wgpu`]: https://github.com/gfx-rs/wgpu [WebGPU API]: https://gpuweb.github.io/gpuweb/ [`wgpu_glyph`]: https://github.com/hecrj/wgpu_glyph |