summaryrefslogtreecommitdiffstats
path: root/examples/scrollable/src/main.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve minor details in `scrollable` exampleLibravatar Héctor Ramón Jiménez2020-10-241-249/+68
| | | | | | | - Rename `Config` to `Variant` - Include `State` in `Variant` to avoid `zip` - Break long string literal - Split `style` module into its own file
* Add scrollable example programLibravatar Clark Moody2020-10-221-0/+365