summaryrefslogtreecommitdiffstats
path: root/native/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2020-12-17 05:19:14 +0100
committerLibravatar GitHub <noreply@github.com>2020-12-17 05:19:14 +0100
commit89e604d1602251f1ec16521fd714d60807217df7 (patch)
tree64d2f7683e9b465b4e85d8e12a5f01f354654fe1 /native/src/lib.rs
parenta42b3c6998274e75fd10f5ff3cecbdb37b9e3895 (diff)
parent277ae74d6817ee6192b5f7a44de19dcbdf8d58f7 (diff)
downloadiced-89e604d1602251f1ec16521fd714d60807217df7.tar.gz
iced-89e604d1602251f1ec16521fd714d60807217df7.tar.bz2
iced-89e604d1602251f1ec16521fd714d60807217df7.zip
Merge pull request #57 from simlay/ios-support-wip
Touch support
Diffstat (limited to 'native/src/lib.rs')
-rw-r--r--native/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/native/src/lib.rs b/native/src/lib.rs
index f9a99c48..0890785b 100644
--- a/native/src/lib.rs
+++ b/native/src/lib.rs
@@ -41,6 +41,7 @@ pub mod overlay;
pub mod program;
pub mod renderer;
pub mod subscription;
+pub mod touch;
pub mod widget;
pub mod window;