diff options
author | 2022-09-21 13:26:02 +0200 | |
---|---|---|
committer | 2022-09-21 13:26:02 +0200 | |
commit | f15bc3ca34cadb114f678cb2430209c474149b45 (patch) | |
tree | 56d307d14ba427e798b22d36d28960aade6b188e /src/lib.rs | |
parent | a22cdc9aa5f2c7a6ec96f805ac8928ceb6933b75 (diff) | |
parent | 7a35d1cec0f0360b63ebcd9b2624a888a0a1250a (diff) | |
download | iced-f15bc3ca34cadb114f678cb2430209c474149b45.tar.gz iced-f15bc3ca34cadb114f678cb2430209c474149b45.tar.bz2 iced-f15bc3ca34cadb114f678cb2430209c474149b45.zip |
Merge pull request #1425 from 0x192/master
Make `overlay::menu` accessible
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -174,6 +174,7 @@ pub mod clipboard; pub mod executor; pub mod keyboard; pub mod mouse; +pub mod overlay; pub mod settings; pub mod time; pub mod widget; |