summaryrefslogtreecommitdiffstats
path: root/examples/scrollable/Cargo.toml
blob: e6411e26ec2f562bb9a9ad2414216ba7c2c26968 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "scrollable"
version = "0.1.0"
authors = ["Clark Moody <clark@clarkmoody.com>"]
edition = "2021"
publish = false

[dependencies]
iced = { path = "../..", features = ["debug"] }
once_cell = "1.16.0"