summaryrefslogtreecommitdiffstats
path: root/examples/exit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-041-1/+1
| | | | | | We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version.
* Draft `Shell:request_redraw` APILibravatar Héctor Ramón Jiménez2023-01-121-13/+13
| | | | ... and implement `TextInput` cursor blink :tada:
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-28/+15
|
* Center contents with `Container` in `exit` exampleLibravatar Héctor Ramón Jiménez2022-01-031-7/+16
| | | | ... also add some `padding` to buttons!
* Allow Sandbox applications to exit.Libravatar Drake Tetreault2021-12-293-0/+95