Rename cached example to lazy

This commit is contained in:
Héctor Ramón Jiménez 2022-11-03 02:55:22 +01:00
parent 6efda2457e
commit 415978b807
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
3 changed files with 150 additions and 1 deletions

10
examples/lazy/Cargo.toml Normal file
View file

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