diff options
author | 2020-10-22 16:10:10 -0500 | |
---|---|---|
committer | 2020-10-22 16:24:54 -0500 | |
commit | e43a46952ad3b76f76a7050430ec26477c795c4f (patch) | |
tree | b88a768eeeb3b440dc2198ec393115a51963cf7e /examples/scrollable/Cargo.toml | |
parent | f05578c8f88b38cb538657e40c2feb725e72c7d8 (diff) | |
download | iced-e43a46952ad3b76f76a7050430ec26477c795c4f.tar.gz iced-e43a46952ad3b76f76a7050430ec26477c795c4f.tar.bz2 iced-e43a46952ad3b76f76a7050430ec26477c795c4f.zip |
Add scrollable example program
Diffstat (limited to 'examples/scrollable/Cargo.toml')
-rw-r--r-- | examples/scrollable/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/scrollable/Cargo.toml b/examples/scrollable/Cargo.toml new file mode 100644 index 00000000..12753fb6 --- /dev/null +++ b/examples/scrollable/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "scrollable" +version = "0.1.0" +authors = ["Clark Moody <clark@clarkmoody.com>"] +edition = "2018" +publish = false + +[dependencies] +iced = { path = "../.." } |