blob: 23f4bc2d89f6bd74a20d7e287e15ec5b3ca142ca (
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 = "2024"
publish = false
[dependencies]
iced.workspace = true
iced.features = ["debug"]
|