summaryrefslogtreecommitdiffstats
path: root/examples/custom_quad (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into explicit-text-cachingLibravatar Héctor Ramón Jiménez2023-09-101-1/+2
|\
| * Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-041-1/+2
| | | | | | | | | | | | 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.
* | Make `widget::Tree` mutable in `Widget::layout`Libravatar Héctor Ramón Jiménez2023-08-301-1/+1
| |
* | Implement explicit text caching in the widget state treeLibravatar Héctor Ramón Jiménez2023-08-301-0/+1
|/
* Implement basic cursor availabilityLibravatar Héctor Ramón Jiménez2023-06-081-2/+3
|
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-042-6/+5
|
* Ask `clippy` to behaveLibravatar Héctor Ramón Jiménez2022-12-021-0/+1
|
* Add `custom_quad` exampleLibravatar Héctor Ramón Jiménez2022-12-022-0/+169
Thanks to @rksm :bow: