diff options
author | 2024-02-15 03:22:53 +0100 | |
---|---|---|
committer | 2024-02-15 03:22:53 +0100 | |
commit | e9862f8913becb82073b03945049da067ff096e4 (patch) | |
tree | 12b83de487117174b74f8819dd817dbdf4c8a27d /core | |
parent | 7555487503234cdac0646db8ed47ec652ccfe8f4 (diff) | |
download | iced-e9862f8913becb82073b03945049da067ff096e4.tar.gz iced-e9862f8913becb82073b03945049da067ff096e4.tar.bz2 iced-e9862f8913becb82073b03945049da067ff096e4.zip |
Point doc links to `0.12` branch
Diffstat (limited to 'core')
-rw-r--r-- | core/src/widget.rs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/core/src/widget.rs b/core/src/widget.rs index 51326f12..58a9f19b 100644 --- a/core/src/widget.rs +++ b/core/src/widget.rs @@ -33,12 +33,12 @@ use crate::{Clipboard, Length, Rectangle, Shell, Size, Vector}; /// - [`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.10/examples -/// [`bezier_tool`]: https://github.com/iced-rs/iced/tree/0.10/examples/bezier_tool -/// [`custom_widget`]: https://github.com/iced-rs/iced/tree/0.10/examples/custom_widget -/// [`geometry`]: https://github.com/iced-rs/iced/tree/0.10/examples/geometry +/// [examples]: https://github.com/iced-rs/iced/tree/0.12/examples +/// [`bezier_tool`]: https://github.com/iced-rs/iced/tree/0.12/examples/bezier_tool +/// [`custom_widget`]: https://github.com/iced-rs/iced/tree/0.12/examples/custom_widget +/// [`geometry`]: https://github.com/iced-rs/iced/tree/0.12/examples/geometry /// [`lyon`]: https://github.com/nical/lyon -/// [`iced_wgpu`]: https://github.com/iced-rs/iced/tree/0.10/wgpu +/// [`iced_wgpu`]: https://github.com/iced-rs/iced/tree/0.12/wgpu pub trait Widget<Message, Theme, Renderer> where Renderer: crate::Renderer, |