summaryrefslogtreecommitdiffstats
path: root/wgpu/src/widget/text_input.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant `widget` modules in subcratesLibravatar Héctor Ramón Jiménez2022-03-091-13/+0
| | | | Instead, we can define the type aliases just once in the root crate!
* Remove `widget` module re-exports in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-311-2/+3
|
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-3/+0
| | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* Draft new `iced_graphics` crate :tada:Libravatar Héctor Ramón Jiménez2020-05-191-1/+1
|
* Draft basic styling for `TextInput`Libravatar Héctor Ramón Jiménez2020-01-011-0/+15