blob: 610c13b4b1f4331f709af69d3ae1fb75c073b3fb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
[package]
name = "scrollable"
version = "0.1.0"
authors = ["Clark Moody <clark@clarkmoody.com>"]
edition = "2021"
publish = false
[dependencies]
iced = { path = "../..", features = ["debug"] }
|