add example

This commit is contained in:
Nick Senger 2022-08-05 15:40:55 -07:00 committed by Héctor Ramón Jiménez
parent 7138141811
commit 50eb9e34b8
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
3 changed files with 153 additions and 0 deletions

View file

@ -0,0 +1,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" }