summaryrefslogtreecommitdiffstats
path: root/examples/pane_grid/Cargo.toml (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-21Update all `examples` to Rust 2024Libravatar Héctor Ramón Jiménez1-1/+1
2023-09-04Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez1-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.
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez1-3/+1
2022-02-09Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2022-01-12Implement `Widget::overlay` for `Responsive` widgetLibravatar Héctor Ramón Jiménez1-0/+1
2020-11-10Restore hotkeys in `pane_grid` exampleLibravatar Héctor Ramón Jiménez1-0/+1
- Implement `subscription::events_with` - Remove `pane_grid::KeyPressEvent` - Return closest sibling in `pane_grid::State::close`
2020-11-10Introduce `on_click` handler in `PaneGrid`Libravatar Héctor Ramón Jiménez1-1/+1
2020-03-17Move common keyboard types to `iced_core`Libravatar Héctor Ramón Jiménez1-1/+0
Also expose them in `iced` through `iced_native` and `iced_web`.
2020-03-17Implement hotkey logic in `pane_grid` exampleLibravatar Héctor Ramón Jiménez1-0/+1
2020-03-17Add simple `pane_grid` exampleLibravatar Héctor Ramón Jiménez1-1/+1
2020-01-20Package examples and remove `dev-dependencies`Libravatar Héctor Ramón Jiménez1-0/+9