summaryrefslogtreecommitdiffstats
path: root/examples/scrollable/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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