summaryrefslogtreecommitdiffstats
path: root/pure/src/widget/column.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use `TypeId` of `()` for `Column` and `Row` tags in `iced_pure`Libravatar Héctor Ramón Jiménez2022-02-111-2/+1
|
* Allow pure widgets to borrow from `Application` data :tada:Libravatar Héctor Ramón Jiménez2022-02-111-12/+15
|
* Rename `iced_virtual` to `iced_pure`Libravatar Héctor Ramón Jiménez2022-02-111-0/+220
`virtual` is a reserved keyword in Rust :grimacing: