Text input (#143)
* update: iced 0.10.0 * wip: text input * wip: text inputs with icons and buttons * wip: improve text input * refactor: text input styling * chore: add scale factor * chore(text_input): add winit example and do some cleanup
This commit is contained in:
parent
fcdefcd8fb
commit
db8e791b87
9 changed files with 3017 additions and 4 deletions
|
|
@ -70,6 +70,10 @@ pub use warning::*;
|
|||
|
||||
pub mod cosmic_container;
|
||||
pub use cosmic_container::*;
|
||||
// #[cfg(feature = "wayland")]
|
||||
pub mod text_input;
|
||||
// #[cfg(feature = "wayland")]
|
||||
pub use text_input::*;
|
||||
|
||||
/// An element to distinguish a boundary between two elements.
|
||||
pub mod divider {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue