diff options
author | 2020-10-22 16:10:10 -0500 | |
---|---|---|
committer | 2020-10-22 16:24:54 -0500 | |
commit | e43a46952ad3b76f76a7050430ec26477c795c4f (patch) | |
tree | b88a768eeeb3b440dc2198ec393115a51963cf7e /Cargo.toml | |
parent | f05578c8f88b38cb538657e40c2feb725e72c7d8 (diff) | |
download | iced-e43a46952ad3b76f76a7050430ec26477c795c4f.tar.gz iced-e43a46952ad3b76f76a7050430ec26477c795c4f.tar.bz2 iced-e43a46952ad3b76f76a7050430ec26477c795c4f.zip |
Add scrollable example program
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -67,6 +67,7 @@ members = [ "examples/pick_list", "examples/pokedex", "examples/progress_bar", + "examples/scrollable", "examples/solar_system", "examples/stopwatch", "examples/styling", |