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

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