summaryrefslogtreecommitdiffstats
path: root/lazy/Cargo.toml
blob: 2d7451f3e358e0cf9174bc851ecd4f0c4cecd829 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "iced_lazy"
version = "0.1.0"
edition = "2021"

[features]
pure = ["iced_pure"]

[dependencies]
ouroboros = "0.13"

[dependencies.iced_native]
version = "0.4"
path = "../native"

[dependencies.iced_pure]
version = "0.1"
path = "../pure"
optional = true