summaryrefslogtreecommitdiffstats
path: root/examples/lazy/Cargo.toml
blob: 79255c2563372fc1eef022184e9af97ded4209e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "lazy"
version = "0.1.0"
authors = ["Nick Senger <dev@nsenger.com>"]
edition = "2021"
publish = false

[dependencies]
iced = { path = "../..", features = ["debug"] }
iced_lazy = { path = "../../lazy" }