Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-21 | Update all `examples` to Rust 2024 | 1 | -1/+1 | ||
2025-01-06 | chore: remove once_cell dependency | 1 | -2/+0 | ||
2023-09-04 | Use workspace dependencies and package inheritance | 1 | -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-29 | Reworked Scrollable to account for lack of widget order guarantees. | 1 | -1/+1 | ||
Fixed thumb "snapping" bug on scrollable when cursor is out of bounds. | |||||
2022-12-29 | Add multidirectional scrolling capabilities to the existing Scrollable. | 1 | -0/+1 | ||
2022-02-09 | Update Rust edition to 2021 :tada: | 1 | -1/+1 | ||
2021-05-03 | Fix `Scrollable` scrollbar being rendered behind contents | 1 | -1/+1 | ||
... by issuing a new clip layer just for the scrollbar itself. | |||||
2020-10-22 | Add scrollable example program | 1 | -2/+2 | ||
2020-01-20 | Package examples and remove `dev-dependencies` | 1 | -0/+9 | ||