Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix `#[default]` in `preset` for `game_of_life` example | 2023-01-19 | 1 | -1/+1 | |
| | |||||
* | Update preset.rs | 2023-01-19 | 1 | -7/+2 | |
| | |||||
* | Fix `clippy` lints for all crates and features | 2022-07-09 | 1 | -5/+5 | |
| | | | | ... and check those in CI as well! | ||||
* | Revert system menus support | 2021-09-15 | 1 | -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` example | 2021-07-19 | 1 | -0/+13 | |
| | |||||
* | Style `PickList` in `game_of_life` example | 2020-07-10 | 1 | -9/+9 | |
| | |||||
* | Add `Preset` selector to `game_of_life` example | 2020-07-10 | 1 | -0/+142 | |