blob: ba2915206545aa32614026e103af2114f781bad8 (
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.workspace = true
iced.features = ["debug"]
|