Remove inconsistent input module in iced_native

This commit is contained in:
Héctor Ramón Jiménez 2020-04-30 05:04:45 +02:00
parent 137664ca88
commit bb9ccc4f62
20 changed files with 27 additions and 45 deletions

View file

@ -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;