diff options
author | 2023-02-18 12:04:40 +0100 | |
---|---|---|
committer | 2023-02-18 12:04:40 +0100 | |
commit | 0d1656937b459237670cdc0b1f45e09d78c47494 (patch) | |
tree | d52a0de030edd599f5863d24caa5854a38b80189 /native/src/widget.rs | |
parent | c6218cbc5532551456c0491eb5aa66dfc5f36879 (diff) | |
download | iced-0d1656937b459237670cdc0b1f45e09d78c47494.tar.gz iced-0d1656937b459237670cdc0b1f45e09d78c47494.tar.bz2 iced-0d1656937b459237670cdc0b1f45e09d78c47494.zip |
Bump versions :tada:
Diffstat (limited to '')
-rw-r--r-- | native/src/widget.rs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/native/src/widget.rs b/native/src/widget.rs index fb759ec8..2b3ca7be 100644 --- a/native/src/widget.rs +++ b/native/src/widget.rs @@ -110,12 +110,12 @@ use crate::{Clipboard, Layout, Length, Point, Rectangle, Shell}; /// - [`geometry`], a custom widget showcasing how to draw geometry with the /// `Mesh2D` primitive in [`iced_wgpu`]. /// -/// [examples]: https://github.com/iced-rs/iced/tree/0.7/examples -/// [`bezier_tool`]: https://github.com/iced-rs/iced/tree/0.7/examples/bezier_tool -/// [`custom_widget`]: https://github.com/iced-rs/iced/tree/0.7/examples/custom_widget -/// [`geometry`]: https://github.com/iced-rs/iced/tree/0.7/examples/geometry +/// [examples]: https://github.com/iced-rs/iced/tree/0.8/examples +/// [`bezier_tool`]: https://github.com/iced-rs/iced/tree/0.8/examples/bezier_tool +/// [`custom_widget`]: https://github.com/iced-rs/iced/tree/0.8/examples/custom_widget +/// [`geometry`]: https://github.com/iced-rs/iced/tree/0.8/examples/geometry /// [`lyon`]: https://github.com/nical/lyon -/// [`iced_wgpu`]: https://github.com/iced-rs/iced/tree/0.7/wgpu +/// [`iced_wgpu`]: https://github.com/iced-rs/iced/tree/0.8/wgpu pub trait Widget<Message, Renderer> where Renderer: crate::Renderer, |