summaryrefslogtreecommitdiffstats
path: root/native/src/widget.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-01-14 00:49:58 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-01-14 01:10:28 +0100
commit9fe46de13f86967543de8f00b5a4f9e45d8f5bcf (patch)
tree448810ef123d1e3d492521ef72625dbe049be7fd /native/src/widget.rs
parent597af315af714f3ecadd195516e80506504dcb26 (diff)
downloadiced-9fe46de13f86967543de8f00b5a4f9e45d8f5bcf.tar.gz
iced-9fe46de13f86967543de8f00b5a4f9e45d8f5bcf.tar.bz2
iced-9fe46de13f86967543de8f00b5a4f9e45d8f5bcf.zip
Bump versions :tada:
Diffstat (limited to '')
-rw-r--r--native/src/widget.rs10
1 files changed, 5 insertions, 5 deletions
diff --git a/native/src/widget.rs b/native/src/widget.rs
index f714e28a..fb759ec8 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.6/examples
-/// [`bezier_tool`]: https://github.com/iced-rs/iced/tree/0.6/examples/bezier_tool
-/// [`custom_widget`]: https://github.com/iced-rs/iced/tree/0.6/examples/custom_widget
-/// [`geometry`]: https://github.com/iced-rs/iced/tree/0.6/examples/geometry
+/// [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
/// [`lyon`]: https://github.com/nical/lyon
-/// [`iced_wgpu`]: https://github.com/iced-rs/iced/tree/0.6/wgpu
+/// [`iced_wgpu`]: https://github.com/iced-rs/iced/tree/0.7/wgpu
pub trait Widget<Message, Renderer>
where
Renderer: crate::Renderer,