Export InputMethod type directly in advanced module
This commit is contained in:
parent
83ad72325c
commit
0159987e93
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +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::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