iced-yoda/examples/cached/Cargo.toml

12 lines
266 B
TOML
Raw Normal View History

2022-08-05 15:40:55 -07:00
[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" }