summaryrefslogtreecommitdiffstats
path: root/examples/cached/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Nick Senger <dev@nsenger.com>2023-01-10 16:12:51 -0800
committerLibravatar Nick Senger <dev@nsenger.com>2023-01-10 21:35:55 -0800
commit4066f89ce72d6dee4fdf3f0e1dcde93852029f81 (patch)
tree11b1d5b7c0b8f9d7fa5d297e138a1e88deb1d0c0 /examples/cached/Cargo.toml
parent2e3a69be31aa07878b0139146cd113a787731393 (diff)
downloadiced-4066f89ce72d6dee4fdf3f0e1dcde93852029f81.tar.gz
iced-4066f89ce72d6dee4fdf3f0e1dcde93852029f81.tar.bz2
iced-4066f89ce72d6dee4fdf3f0e1dcde93852029f81.zip
cleanup `Lazy` examples
Diffstat (limited to 'examples/cached/Cargo.toml')
-rw-r--r--examples/cached/Cargo.toml10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/cached/Cargo.toml b/examples/cached/Cargo.toml
deleted file mode 100644
index 2c7edde2..00000000
--- a/examples/cached/Cargo.toml
+++ /dev/null
@@ -1,10 +0,0 @@
-[package]
-name = "cached"
-version = "0.1.0"
-authors = ["Nick Senger <dev@nsenger.com>"]
-edition = "2021"
-publish = false
-
-[dependencies]
-iced = { path = "../..", features = ["debug"] }
-iced_lazy = { path = "../../lazy" }