Remove inconsistent input module in iced_native
This commit is contained in:
parent
137664ca88
commit
bb9ccc4f62
20 changed files with 27 additions and 45 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue