feat: add keyboard_nav module with unfocus support
This commit is contained in:
parent
352bf8e401
commit
f441a364a6
3 changed files with 68 additions and 26 deletions
|
|
@ -13,6 +13,7 @@ pub use iced_winit;
|
|||
#[cfg(feature = "applet")]
|
||||
pub mod applet;
|
||||
pub mod font;
|
||||
pub mod keyboard_nav;
|
||||
pub mod theme;
|
||||
pub mod widget;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue