summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Clark Moody <clark@clarkmoody.com>2020-10-22 16:10:10 -0500
committerLibravatar Clark Moody <clark@clarkmoody.com>2020-10-22 16:24:54 -0500
commite43a46952ad3b76f76a7050430ec26477c795c4f (patch)
treeb88a768eeeb3b440dc2198ec393115a51963cf7e /Cargo.toml
parentf05578c8f88b38cb538657e40c2feb725e72c7d8 (diff)
downloadiced-e43a46952ad3b76f76a7050430ec26477c795c4f.tar.gz
iced-e43a46952ad3b76f76a7050430ec26477c795c4f.tar.bz2
iced-e43a46952ad3b76f76a7050430ec26477c795c4f.zip
Add scrollable example program
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d97707ab..e201a4b6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -67,6 +67,7 @@ members = [
"examples/pick_list",
"examples/pokedex",
"examples/progress_bar",
+ "examples/scrollable",
"examples/solar_system",
"examples/stopwatch",
"examples/styling",