summaryrefslogtreecommitdiffstats
path: root/examples/game_of_life/src/style.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement theme styling for `PickList` and `Menu`Libravatar Héctor Ramón Jiménez2022-06-071-56/+0
|
* Introduce specific types for each `palette::Extended` fieldLibravatar Héctor Ramón Jiménez2022-05-261-15/+1
| | | | We will have more control over color calculations for each semantic purpose this way.
* Fix examples and doc-testsLibravatar Héctor Ramón Jiménez2022-05-261-53/+1
|
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-141-68/+1
| | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Introduce `placeholder_color` to `pick_list::Style`Libravatar Héctor Ramón Jiménez2021-07-221-0/+1
|
* Use `f32` for `border_width` and `border_radius`Libravatar Héctor Ramón Jiménez2020-11-231-9/+9
|
* Style `PickList` in `game_of_life` exampleLibravatar Héctor Ramón Jiménez2020-07-101-1/+55
|
* Display some statistics in `game_of_life`Libravatar Héctor Ramón Jiménez2020-05-021-0/+38
|
* Add `game_of_life` exampleLibravatar Héctor Ramón Jiménez2020-04-291-0/+96
RIP John Conway