Point documentation links to 0.14 branch

This commit is contained in:
Héctor Ramón Jiménez 2025-12-06 04:56:59 +01:00
parent 8d7aac96d7
commit a90f523e71
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
9 changed files with 12 additions and 12 deletions

View file

@ -30,10 +30,10 @@ use crate::{Clipboard, Event, 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/master/examples
/// [`custom_widget`]: https://github.com/iced-rs/iced/tree/master/examples/custom_widget
/// [`geometry`]: https://github.com/iced-rs/iced/tree/master/examples/geometry
/// [`iced_wgpu`]: https://github.com/iced-rs/iced/tree/master/wgpu
/// [examples]: https://github.com/iced-rs/iced/tree/0.14/examples
/// [`custom_widget`]: https://github.com/iced-rs/iced/tree/0.14/examples/custom_widget
/// [`geometry`]: https://github.com/iced-rs/iced/tree/0.14/examples/geometry
/// [`iced_wgpu`]: https://github.com/iced-rs/iced/tree/0.14/wgpu
pub trait Widget<Message, Theme, Renderer>
where
Renderer: crate::Renderer,