summaryrefslogtreecommitdiffstats
path: root/runtime/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Cory Forsstrom <cforsstrom18@gmail.com>2023-02-19 17:43:13 -0800
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-06-14 11:03:41 +0200
commitb0205e03d8e4794850e55e8c4bf83a40dd41aa9d (patch)
treecb2fd958de24dd74896373f6c0ac5084c0d7595a /runtime/src/lib.rs
parent4de6ee6fa18be5b8fa511bffe93bbec2c5811bfc (diff)
downloadiced-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.rs1
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;