summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-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;