diff options
author | 2019-08-29 01:35:37 +0200 | |
---|---|---|
committer | 2019-08-29 01:35:37 +0200 | |
commit | a14b8bffc0037cc14f55b361b9591cf2657e6348 (patch) | |
tree | 765cc8924bc1276df46834db868852788297e112 /src/widget.rs | |
parent | fafad2dfcab3b6bb11a705af61faf54e07e29773 (diff) | |
download | iced-a14b8bffc0037cc14f55b361b9591cf2657e6348.tar.gz iced-a14b8bffc0037cc14f55b361b9591cf2657e6348.tar.bz2 iced-a14b8bffc0037cc14f55b361b9591cf2657e6348.zip |
Write documentation for `input`
Diffstat (limited to 'src/widget.rs')
-rw-r--r-- | src/widget.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.rs b/src/widget.rs index 909b58f9..420e5534 100644 --- a/src/widget.rs +++ b/src/widget.rs @@ -1,4 +1,4 @@ -//! Use the built-in widgets or create your own! +//! Use the built-in widgets or create your own. //! //! # Built-in widgets //! Every built-in drawable widget has its own module with a `Renderer` trait |