summaryrefslogtreecommitdiffstats
path: root/pure/src/widget/text.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow pure widgets to borrow from `Application` data :tada:Libravatar Héctor Ramón Jiménez2022-02-111-5/+7
|
* Expose function helpers to build widgets in `pure::widget`Libravatar Héctor Ramón Jiménez2022-02-111-2/+2
| | | | | `button("Hello")` is easier to write and read than `Button::new("Hello")`.
* Rename `iced_virtual` to `iced_pure`Libravatar Héctor Ramón Jiménez2022-02-111-0/+185
`virtual` is a reserved keyword in Rust :grimacing: