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

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