summaryrefslogtreecommitdiffstats
path: root/examples/cached/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2023-01-11 18:55:48 +0100
committerLibravatar GitHub <noreply@github.com>2023-01-11 18:55:48 +0100
commitca337b880f82b3da264ac1626f973f8be29e95f4 (patch)
tree1dbf59aab15130724cd6453da6cd87afe948db49 /examples/cached/Cargo.toml
parent7ccd87c36b54e0d53f65f5774f140a0528ae4504 (diff)
parentc7c5611087c37ab7bffcfcd91e19dbf71ccc8e11 (diff)
downloadiced-ca337b880f82b3da264ac1626f973f8be29e95f4.tar.gz
iced-ca337b880f82b3da264ac1626f973f8be29e95f4.tar.bz2
iced-ca337b880f82b3da264ac1626f973f8be29e95f4.zip
Merge pull request #1644 from nicksenger/fix/lazy-widget
Fix `overlay` implementation for `Lazy` widget
Diffstat (limited to '')
-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" }