Add scrollable example program
This commit is contained in:
parent
f05578c8f8
commit
e43a46952a
6 changed files with 391 additions and 0 deletions
9
examples/scrollable/Cargo.toml
Normal file
9
examples/scrollable/Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "scrollable"
|
||||
version = "0.1.0"
|
||||
authors = ["Clark Moody <clark@clarkmoody.com>"]
|
||||
edition = "2018"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
iced = { path = "../.." }
|
||||
Loading…
Add table
Add a link
Reference in a new issue