diff options
author | 2020-04-30 05:04:45 +0200 | |
---|---|---|
committer | 2020-04-30 05:04:45 +0200 | |
commit | bb9ccc4f62ceea08dc1ef0c6c4d3d219897e44a1 (patch) | |
tree | 5741bbfd344137f88deb8d87584cc70fb0a9f80b /web/src/lib.rs | |
parent | 137664ca88a9bf2398380fd1c04b00c62c868383 (diff) | |
download | iced-bb9ccc4f62ceea08dc1ef0c6c4d3d219897e44a1.tar.gz iced-bb9ccc4f62ceea08dc1ef0c6c4d3d219897e44a1.tar.bz2 iced-bb9ccc4f62ceea08dc1ef0c6c4d3d219897e44a1.zip |
Remove inconsistent `input` module in `iced_native`
Diffstat (limited to 'web/src/lib.rs')
-rw-r--r-- | web/src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/src/lib.rs b/web/src/lib.rs index c525021f..3fe98dfb 100644 --- a/web/src/lib.rs +++ b/web/src/lib.rs @@ -74,8 +74,8 @@ pub use dodrio; pub use element::Element; pub use hasher::Hasher; pub use iced_core::{ - keyboard, Align, Background, Color, Font, HorizontalAlignment, Length, - MouseCursor, Point, Rectangle, Size, Vector, VerticalAlignment, + keyboard, mouse, Align, Background, Color, Font, HorizontalAlignment, + Length, MouseCursor, Point, Rectangle, Size, Vector, VerticalAlignment, }; pub use iced_futures::{executor, futures, Command}; pub use subscription::Subscription; |