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
|
|
@ -39,8 +39,9 @@
|
|||
#![deny(unused_results)]
|
||||
#![forbid(unsafe_code)]
|
||||
#![forbid(rust_2018_idioms)]
|
||||
pub mod input;
|
||||
pub mod keyboard;
|
||||
pub mod layout;
|
||||
pub mod mouse;
|
||||
pub mod renderer;
|
||||
pub mod subscription;
|
||||
pub mod widget;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue