diff options
author | 2023-02-19 17:43:13 -0800 | |
---|---|---|
committer | 2023-06-14 11:03:41 +0200 | |
commit | b0205e03d8e4794850e55e8c4bf83a40dd41aa9d (patch) | |
tree | cb2fd958de24dd74896373f6c0ac5084c0d7595a /runtime/src/lib.rs | |
parent | 4de6ee6fa18be5b8fa511bffe93bbec2c5811bfc (diff) | |
download | iced-b0205e03d8e4794850e55e8c4bf83a40dd41aa9d.tar.gz iced-b0205e03d8e4794850e55e8c4bf83a40dd41aa9d.tar.bz2 iced-b0205e03d8e4794850e55e8c4bf83a40dd41aa9d.zip |
Use nested for lazy widgets
Diffstat (limited to 'runtime/src/lib.rs')
-rw-r--r-- | runtime/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 50abf7b2..4bbf9687 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -47,6 +47,7 @@ pub mod clipboard; pub mod command; pub mod font; pub mod keyboard; +pub mod overlay; pub mod program; pub mod system; pub mod user_interface; |