summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-02-18 12:04:40 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-02-18 12:04:40 +0100
commit0d1656937b459237670cdc0b1f45e09d78c47494 (patch)
treed52a0de030edd599f5863d24caa5854a38b80189 /src/lib.rs
parentc6218cbc5532551456c0491eb5aa66dfc5f36879 (diff)
downloadiced-0d1656937b459237670cdc0b1f45e09d78c47494.tar.gz
iced-0d1656937b459237670cdc0b1f45e09d78c47494.tar.bz2
iced-0d1656937b459237670cdc0b1f45e09d78c47494.zip
Bump versions :tada:
Diffstat (limited to '')
-rw-r--r--src/lib.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 60281d50..318852f9 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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.7/native
+//! [renderer-agnostic native runtime]: https://github.com/iced-rs/iced/tree/0.8/native
//! [`wgpu`]: https://github.com/gfx-rs/wgpu-rs
-//! [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
+//! [built-in renderer]: https://github.com/iced-rs/iced/tree/0.8/wgpu
+//! [windowing shell]: https://github.com/iced-rs/iced/tree/0.8/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.7/examples
+//! [examples]: https://github.com/iced-rs/iced/tree/0.8/examples
//! [repository]: https://github.com/iced-rs/iced
//!
//! # Overview