Merge pull request #2897 from alex-ds13/reexport-ime
publicly re-export input_method on advanced
This commit is contained in:
commit
0563ee8375
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::{self, InputMethod};
|
||||
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