summaryrefslogtreecommitdiffstats
path: root/examples/game_of_life/src/preset.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix `#[default]` in `preset` for `game_of_life` exampleLibravatar Héctor Ramón2023-01-191-1/+1
|
* Update preset.rsLibravatar Jedsek2023-01-191-7/+2
|
* Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez2022-07-091-5/+5
| | | | ... and check those in CI as well!
* Revert system menus supportLibravatar Héctor Ramón Jiménez2021-09-151-13/+0
| | | | | | The current implementation has some important issues on Windows. We will reintroduce the feature once we figure them out! I have kept some of the changes in #945, like the new `keyboard::Modifiers` powered by `bitflags`.
* Add a presets `Menu` to the `game_of_life` exampleLibravatar Héctor Ramón Jiménez2021-07-191-0/+13
|
* Style `PickList` in `game_of_life` exampleLibravatar Héctor Ramón Jiménez2020-07-101-9/+9
|
* Add `Preset` selector to `game_of_life` exampleLibravatar Héctor Ramón Jiménez2020-07-101-0/+142