summaryrefslogtreecommitdiffstats
path: root/examples/scrollable/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update all `examples` to Rust 2024Libravatar Héctor Ramón Jiménez2025-02-211-1/+1
|
* chore: remove once_cell dependencyLibravatar Tommy Volk2025-01-061-2/+0
|
* Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-041-2/+4
| | | | | | 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.
* Reworked Scrollable to account for lack of widget order guarantees.Libravatar bungoboingo2022-12-291-1/+1
| | | | Fixed thumb "snapping" bug on scrollable when cursor is out of bounds.
* Add multidirectional scrolling capabilities to the existing Scrollable.Libravatar Bingus2022-12-291-0/+1
|
* Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez2022-02-091-1/+1
|
* Fix `Scrollable` scrollbar being rendered behind contentsLibravatar Héctor Ramón2021-05-031-1/+1
| | | | ... by issuing a new clip layer just for the scrollbar itself.
* Add scrollable example programLibravatar Clark Moody2020-10-221-0/+9