summaryrefslogtreecommitdiffstats
path: root/native/src
diff options
context:
space:
mode:
Diffstat (limited to 'native/src')
-rw-r--r--native/src/input.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/native/src/input.rs b/native/src/input.rs
index 7f5114c3..ad8ed252 100644
--- a/native/src/input.rs
+++ b/native/src/input.rs
@@ -1,5 +1,3 @@
//! Map your system events into input events that the runtime can understand.
pub mod keyboard;
pub mod mouse;
-
-pub use iced_core::ButtonState;