summaryrefslogtreecommitdiffstats
path: root/examples/lazy/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-11-03 02:55:22 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-11-03 02:55:22 +0100
commit415978b80771fdd065b65e115d1dcc6aaa9d792c (patch)
tree24878bc1713e8cfcb685a1ff90b4a1dc4048c7e7 /examples/lazy/Cargo.toml
parent6efda2457e7b80e9d3d145ceb9910bfbb5af9994 (diff)
downloadiced-415978b80771fdd065b65e115d1dcc6aaa9d792c.tar.gz
iced-415978b80771fdd065b65e115d1dcc6aaa9d792c.tar.bz2
iced-415978b80771fdd065b65e115d1dcc6aaa9d792c.zip
Rename `cached` example to `lazy`
Diffstat (limited to 'examples/lazy/Cargo.toml')
-rw-r--r--examples/lazy/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/lazy/Cargo.toml b/examples/lazy/Cargo.toml
new file mode 100644
index 00000000..79255c25
--- /dev/null
+++ b/examples/lazy/Cargo.toml
@@ -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" }