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

[dependencies]
iced.workspace = true
iced.features = ["debug"]

once_cell.workspace = true