summaryrefslogtreecommitdiffstats
path: root/pure/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Complete `Button` in `iced_pure`Libravatar Héctor Ramón Jiménez2022-02-111-2/+32
|
* Expose reusable `Button` logicLibravatar Héctor Ramón Jiménez2022-02-112-124/+52
| | | | ... and reuse it in `iced_pure`!
* Allow pure widgets to borrow from `Application` data :tada:Libravatar Héctor Ramón Jiménez2022-02-118-93/+97
|
* Expose function helpers to build widgets in `pure::widget`Libravatar Héctor Ramón Jiménez2022-02-112-2/+19
| | | | | `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-119-0/+1208
`virtual` is a reserved keyword in Rust :grimacing: