diff options
author | 2023-01-14 00:49:58 +0100 | |
---|---|---|
committer | 2023-01-14 01:10:28 +0100 | |
commit | 9fe46de13f86967543de8f00b5a4f9e45d8f5bcf (patch) | |
tree | 448810ef123d1e3d492521ef72625dbe049be7fd /src/lib.rs | |
parent | 597af315af714f3ecadd195516e80506504dcb26 (diff) | |
download | iced-9fe46de13f86967543de8f00b5a4f9e45d8f5bcf.tar.gz iced-9fe46de13f86967543de8f00b5a4f9e45d8f5bcf.tar.bz2 iced-9fe46de13f86967543de8f00b5a4f9e45d8f5bcf.zip |
Bump versions :tada:
Diffstat (limited to '')
-rw-r--r-- | src/lib.rs | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -24,13 +24,13 @@ //! [scrollables]: https://gfycat.com/perkybaggybaboon-rust-gui //! [Debug overlay with performance metrics]: https://gfycat.com/incredibledarlingbee //! [Modular ecosystem]: https://github.com/iced-rs/iced/blob/master/ECOSYSTEM.md -//! [renderer-agnostic native runtime]: https://github.com/iced-rs/iced/tree/0.6/native +//! [renderer-agnostic native runtime]: https://github.com/iced-rs/iced/tree/0.7/native //! [`wgpu`]: https://github.com/gfx-rs/wgpu-rs -//! [built-in renderer]: https://github.com/iced-rs/iced/tree/0.6/wgpu -//! [windowing shell]: https://github.com/iced-rs/iced/tree/0.6/winit +//! [built-in renderer]: https://github.com/iced-rs/iced/tree/0.7/wgpu +//! [windowing shell]: https://github.com/iced-rs/iced/tree/0.7/winit //! [`dodrio`]: https://github.com/fitzgen/dodrio //! [web runtime]: https://github.com/iced-rs/iced_web -//! [examples]: https://github.com/iced-rs/iced/tree/0.6/examples +//! [examples]: https://github.com/iced-rs/iced/tree/0.7/examples //! [repository]: https://github.com/iced-rs/iced //! //! # Overview |