Skip to content

Commit

Permalink
Fix dead documentation link in wgpu/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
julianbraha committed Feb 3, 2024
1 parent 6756594 commit 2d74db5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `size_hint` not being called from `element::Map`. [#2224](https://github.com/iced-rs/iced/pull/2224)
- `size_hint` not being called from `element::Explain`. [#2225](https://github.com/iced-rs/iced/pull/2225)
- Slow touch scrolling for `TextEditor` widget. [#2140](https://github.com/iced-rs/iced/pull/2140)
- Outdated documentation leading to a dead link [#2232](https://github.com/iced-rs/iced/pull/2232)

Many thanks to...

Expand Down Expand Up @@ -115,6 +116,7 @@ Many thanks to...
- @jim-ec
- @joshuamegnauth54
- @jpttrssn
- @julianbraha
- @lufte
- @matze
- @MichalLebeda
Expand Down
4 changes: 2 additions & 2 deletions wgpu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].

Expand All @@ -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/
Expand Down

0 comments on commit 2d74db5

Please sign in to comment.