summaryrefslogtreecommitdiffstats
path: root/runtime/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2023-06-14 20:32:45 +0200
committerLibravatar GitHub <noreply@github.com>2023-06-14 20:32:45 +0200
commit267dbf34e94bbdfe99de857aea5930f1fcac7aec (patch)
tree4a95386401a0dd87f5f87c0695a40c58a372ecb2 /runtime/src/lib.rs
parent329fbc7b2157b84183849b2e0f600eb039435aed (diff)
parent9803b276ad087846dfc3bb349113c5799ce00141 (diff)
downloadiced-267dbf34e94bbdfe99de857aea5930f1fcac7aec.tar.gz
iced-267dbf34e94bbdfe99de857aea5930f1fcac7aec.tar.bz2
iced-267dbf34e94bbdfe99de857aea5930f1fcac7aec.zip
Merge pull request #1719 from tarkah/feat/nested-overlay
Nested overlays
Diffstat (limited to '')
-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;