summaryrefslogtreecommitdiffstats
path: root/src/winit.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Draft `Font` type and implement `Text::font`Libravatar Héctor Ramón Jiménez2019-11-131-1/+2
|
* Implement `Container` widgetLibravatar Héctor Ramón Jiménez2019-11-111-2/+2
| | | | Remove `align_self` and `justify_content` methods
* Draft `TextInput` widget structureLibravatar Héctor Ramón Jiménez2019-10-301-2/+3
| | | | Also started a `todos` example to showcase it!
* Draft `Scrollable` widget (no clipping yet!)Libravatar Héctor Ramón Jiménez2019-10-251-2/+2
|
* Connect `iced_web` with `iced` properlyLibravatar Héctor Ramón Jiménez2019-10-231-0/+11