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
|
|
@ -22,9 +22,8 @@ pub use split::Split;
|
|||
pub use state::{Focus, State};
|
||||
|
||||
use crate::{
|
||||
input::{keyboard, mouse},
|
||||
layout, Clipboard, Element, Event, Hasher, Layout, Length, Point, Size,
|
||||
Widget,
|
||||
keyboard, layout, mouse, Clipboard, Element, Event, Hasher, Layout, Length,
|
||||
Point, Size, Widget,
|
||||
};
|
||||
|
||||
/// A collection of panes distributed using either vertical or horizontal splits
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue