summaryrefslogtreecommitdiffstats
path: root/pure/Cargo.toml
blob: 317dccdf90ec532603c6a52052164ee5f0488ebf (plain) (blame)
1
2
3
4
5
6
7
8
9
[package]
name = "iced_pure"
version = "0.1.0"
edition = "2021"

[dependencies]
iced_native = { version = "0.4", path = "../native" }
iced_style = { version = "0.3", path = "../style" }
num-traits = "0.2"