Move keyboard::Event to iced_core
This commit is contained in:
parent
d8b9e03481
commit
137664ca88
4 changed files with 4 additions and 5 deletions
|
|
@ -1,5 +1,2 @@
|
|||
//! Build keyboard events.
|
||||
mod event;
|
||||
|
||||
pub use event::Event;
|
||||
//! Track keyboard events.
|
||||
pub use iced_core::keyboard::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue