summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-04-30 04:54:49 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-04-30 04:54:49 +0200
commitd8b9e03481301228ffeda4c6e48a021cb66f896c (patch)
treeb181874fe742ab9c7652a497ea4a38b23bed6e63 /src
parente55cd9652e7c7aea4dc2c6ccb83769246d1a808e (diff)
downloadiced-d8b9e03481301228ffeda4c6e48a021cb66f896c.tar.gz
iced-d8b9e03481301228ffeda4c6e48a021cb66f896c.tar.bz2
iced-d8b9e03481301228ffeda4c6e48a021cb66f896c.zip
Remove `ButtonState`
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib.rs b/src/lib.rs
index c574a345..e03cd7e9 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -210,6 +210,3 @@ pub use runtime::{
Length, MouseCursor, Point, Rectangle, Size, Subscription, Vector,
VerticalAlignment,
};
-
-#[cfg(not(target_arch = "wasm32"))]
-pub use runtime::input::ButtonState;