publicly re-export input_method on advanced
- Re-exports the `input_method` module under the `advanced` feature, which might be useful for anyone writing a custom widget with support for input method.
This commit is contained in:
parent
7a4b5d3609
commit
83ad72325c
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ pub mod widget {
|
|||
pub use crate::core::Shell;
|
||||
pub use crate::core::clipboard::{self, Clipboard};
|
||||
pub use crate::core::image;
|
||||
pub use crate::core::input_method;
|
||||
pub use crate::core::layout::{self, Layout};
|
||||
pub use crate::core::mouse;
|
||||
pub use crate::core::overlay::{self, Overlay};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue