diff options
author | 2023-09-04 02:55:09 +0200 | |
---|---|---|
committer | 2023-09-04 02:55:09 +0200 | |
commit | 34495bba1c1ffaa4ea2bab46103b5d66e333c51e (patch) | |
tree | 09c2393621ae1e83c25ca8e7d69dc7b951931fbe /widget/src/lib.rs | |
parent | 1a1da6a1f0ee58d5cdc7365681e0ad5edd0117af (diff) | |
download | iced-34495bba1c1ffaa4ea2bab46103b5d66e333c51e.tar.gz iced-34495bba1c1ffaa4ea2bab46103b5d66e333c51e.tar.bz2 iced-34495bba1c1ffaa4ea2bab46103b5d66e333c51e.zip |
Introduce `keyed::Column` widget
Diffstat (limited to 'widget/src/lib.rs')
-rw-r--r-- | widget/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widget/src/lib.rs b/widget/src/lib.rs index 316e8829..707fec04 100644 --- a/widget/src/lib.rs +++ b/widget/src/lib.rs @@ -29,6 +29,7 @@ pub mod button; pub mod checkbox; pub mod combo_box; pub mod container; +pub mod keyed; pub mod overlay; pub mod pane_grid; pub mod pick_list; |