summaryrefslogtreecommitdiffstats
path: root/pure/Cargo.toml
blob: bdfe43ae79003bb3b9b75bdd0bf617762c4f258b (plain) (blame)
1
2
3
4
5
6
7
8
[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" }