diff options
author | 2023-08-15 07:28:31 +0200 | |
---|---|---|
committer | 2023-08-15 07:28:31 +0200 | |
commit | 318ee4d548a1e9fd1f2c01616b2a68e95f3bb597 (patch) | |
tree | bea072c9217c31996b9fc37aeebec2c870004533 /README.md | |
parent | 675020407a17c5de6c83cfc1bc3eba2c876fde90 (diff) | |
parent | 72f7cf17e318a66743d0947e5a0f55cc71e7b609 (diff) | |
download | iced-318ee4d548a1e9fd1f2c01616b2a68e95f3bb597.tar.gz iced-318ee4d548a1e9fd1f2c01616b2a68e95f3bb597.tar.bz2 iced-318ee4d548a1e9fd1f2c01616b2a68e95f3bb597.zip |
Merge pull request #2024 from NyxAlexandra/master
fix dead link to `iced_native` in `README.md`
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ __Iced is currently experimental software.__ [Take a look at the roadmap], [scrollables]: https://gfycat.com/perkybaggybaboon-rust-gui [Debug overlay with performance metrics]: https://gfycat.com/incredibledarlingbee [Modular ecosystem]: ECOSYSTEM.md -[renderer-agnostic native runtime]: native/ +[renderer-agnostic native runtime]: runtime/ [`wgpu`]: https://github.com/gfx-rs/wgpu [`tiny-skia`]: https://github.com/RazrFalcon/tiny-skia [`iced_wgpu`]: wgpu/ |