summaryrefslogtreecommitdiffstats
path: root/examples/scrollable/Cargo.toml (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-21Update all `examples` to Rust 2024Libravatar Héctor Ramón Jiménez1-1/+1
2025-01-06chore: remove once_cell dependencyLibravatar Tommy Volk1-2/+0
2023-09-04Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez1-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.
2022-12-29Reworked Scrollable to account for lack of widget order guarantees.Libravatar bungoboingo1-1/+1
Fixed thumb "snapping" bug on scrollable when cursor is out of bounds.
2022-12-29Add multidirectional scrolling capabilities to the existing Scrollable.Libravatar Bingus1-0/+1
2022-02-09Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2021-05-03Fix `Scrollable` scrollbar being rendered behind contentsLibravatar Héctor Ramón1-1/+1
... by issuing a new clip layer just for the scrollbar itself.
2020-10-22Add scrollable example programLibravatar Clark Moody1-2/+2
2020-01-20Package examples and remove `dev-dependencies`Libravatar Héctor Ramón Jiménez1-0/+9