diff options
author | 2023-01-10 16:12:51 -0800 | |
---|---|---|
committer | 2023-01-10 21:35:55 -0800 | |
commit | 4066f89ce72d6dee4fdf3f0e1dcde93852029f81 (patch) | |
tree | 11b1d5b7c0b8f9d7fa5d297e138a1e88deb1d0c0 /examples/cached/Cargo.toml | |
parent | 2e3a69be31aa07878b0139146cd113a787731393 (diff) | |
download | iced-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.toml | 10 |
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" } |