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:
alex-ds13 2025-04-24 01:16:46 +01:00 committed by Héctor Ramón Jiménez
parent 7a4b5d3609
commit 83ad72325c
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -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};