aboutsummaryrefslogtreecommitdiff
path: root/src/text.rs
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-10-21 00:38:36 +0200
committerPolesznyák Márk <contact@pml68.dev>2025-10-21 00:38:36 +0200
commit64cd0ddcb02d06b510e1a856f3b74bccd30a140e (patch)
tree749b3fa42020d19a2e804e9474ac7699209022f4 /src/text.rs
parentchore: add README.md (diff)
downloadiced_selection-64cd0ddcb02d06b510e1a856f3b74bccd30a140e.tar.gz
docs: fix broken links pointing to iced stuff
Diffstat (limited to 'src/text.rs')
-rw-r--r--src/text.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/text.rs b/src/text.rs
index 07ced03..9957b5f 100644
--- a/src/text.rs
+++ b/src/text.rs
@@ -587,6 +587,8 @@ where
}
/// Produces the [`layout::Node`] of a [`Text`] widget.
+///
+/// [`layout::Node`]: https://docs.iced.rs/iced_core/layout/struct.Node.html
pub fn layout<Renderer>(
state: &mut State,
renderer: &Renderer,