summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-03-17 07:28:28 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-03-17 07:30:05 +0100
commit05beb878527b4d4e3141ca5ba09337d6ada858be (patch)
treed95ab2be4be002618eb054c61007b2ab661cd164 /src/lib.rs
parent1cd1582506810255394d2f9019597e9252bd8daa (diff)
downloadiced-05beb878527b4d4e3141ca5ba09337d6ada858be.tar.gz
iced-05beb878527b4d4e3141ca5ba09337d6ada858be.tar.bz2
iced-05beb878527b4d4e3141ca5ba09337d6ada858be.zip
Move common keyboard types to `iced_core`
Also expose them in `iced` through `iced_native` and `iced_web`.
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index d492db02..aeec24c2 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -183,6 +183,7 @@ mod element;
mod sandbox;
pub mod executor;
+pub mod keyboard;
pub mod settings;
pub mod widget;
pub mod window;