diff options
author | 2021-03-31 20:46:59 +0200 | |
---|---|---|
committer | 2021-03-31 20:46:59 +0200 | |
commit | 90fee3a9237e71967eb0a63d8cef4f8ce1e5d2b5 (patch) | |
tree | 5eb532aeb1dfa813c303d9a1be16f19a5283dc65 /CHANGELOG.md | |
parent | 06517aa7e83b92f22795046bfd1f78402285d62f (diff) | |
download | iced-90fee3a9237e71967eb0a63d8cef4f8ce1e5d2b5.tar.gz iced-90fee3a9237e71967eb0a63d8cef4f8ce1e5d2b5.tar.bz2 iced-90fee3a9237e71967eb0a63d8cef4f8ce1e5d2b5.zip |
Fix `iced_wgpu` link in `CHANGELOG`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ab41f509..3feaeba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -207,7 +207,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [`wasm-bindgen-futures`]: https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures [`resvg`]: https://github.com/RazrFalcon/resvg [`raqote`]: https://github.com/jrmuizel/raqote -[`iced_wgpu`]: https://github.com/hecrj/iced/tree/0.1/wgpu +[`iced_wgpu`]: https://github.com/hecrj/iced/tree/master/wgpu ## [0.1.0-beta] - 2019-11-25 |