Move common keyboard types to iced_core
Also expose them in `iced` through `iced_native` and `iced_web`.
This commit is contained in:
parent
1cd1582506
commit
05beb87852
10 changed files with 20 additions and 10 deletions
|
|
@ -14,6 +14,7 @@
|
|||
#![deny(unused_results)]
|
||||
#![forbid(unsafe_code)]
|
||||
#![forbid(rust_2018_idioms)]
|
||||
pub mod keyboard;
|
||||
|
||||
mod align;
|
||||
mod background;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue