summaryrefslogtreecommitdiffstats
path: root/wgpu
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2024-02-10 03:16:25 +0100
committerLibravatar GitHub <noreply@github.com>2024-02-10 03:16:25 +0100
commit756bb7aa88d853178ad3cb08ed2d30ace35a9486 (patch)
tree00d7f52a4d3f6897bc92b2c2f72578f85e4736a5 /wgpu
parentc63529095604ffde00a504ed083474707ab484de (diff)
parent63f4f4283ff85426296f1b922a56f9fda2b8e12b (diff)
downloadiced-756bb7aa88d853178ad3cb08ed2d30ace35a9486.tar.gz
iced-756bb7aa88d853178ad3cb08ed2d30ace35a9486.tar.bz2
iced-756bb7aa88d853178ad3cb08ed2d30ace35a9486.zip
Merge pull request #2232 from julianbraha/master
Fix dead documentation link in wgpu/README.md
Diffstat (limited to 'wgpu')
-rw-r--r--wgpu/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/wgpu/README.md b/wgpu/README.md
index f8c88374..95d7028a 100644
--- a/wgpu/README.md
+++ b/wgpu/README.md
@@ -4,7 +4,7 @@
[![License](https://img.shields.io/crates/l/iced_wgpu.svg)](https://github.com/iced-rs/iced/blob/master/LICENSE)
[![Discord Server](https://img.shields.io/discord/628993209984614400?label=&labelColor=6A7EC2&logo=discord&logoColor=ffffff&color=7389D8)](https://discord.gg/3xZJ65GAhd)
-`iced_wgpu` is a [`wgpu`] renderer for [`iced_native`]. For now, it is the default renderer of Iced on [native platforms].
+`iced_wgpu` is a [`wgpu`] renderer for [`iced_runtime`]. For now, it is the default renderer of Iced on [native platforms].
[`wgpu`] supports most modern graphics backends: Vulkan, Metal, and DX12 (OpenGL and WebGL are still WIP). Additionally, it will support the incoming [WebGPU API].
@@ -20,7 +20,7 @@ Currently, `iced_wgpu` supports the following primitives:
</p>
[documentation]: https://docs.rs/iced_wgpu
-[`iced_native`]: ../native
+[`iced_runtime`]: ../runtime
[`wgpu`]: https://github.com/gfx-rs/wgpu
[native platforms]: https://github.com/gfx-rs/wgpu#supported-platforms
[WebGPU API]: https://gpuweb.github.io/gpuweb/