summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-11-03 02:32:23 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-11-03 02:32:23 +0100
commit1fb84ae5d3732ed51b35fb5419a5ad014e22ca5b (patch)
treebd8a8bb68f63178748bd07382c858334f02ae42a /examples
parent4f83500bb8f522504a7ec0875a6f134eac733175 (diff)
downloadiced-1fb84ae5d3732ed51b35fb5419a5ad014e22ca5b.tar.gz
iced-1fb84ae5d3732ed51b35fb5419a5ad014e22ca5b.tar.bz2
iced-1fb84ae5d3732ed51b35fb5419a5ad014e22ca5b.zip
Remove `iced_native` dependency from `cached` example
Diffstat (limited to 'examples')
-rw-r--r--examples/cached/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/cached/Cargo.toml b/examples/cached/Cargo.toml
index 4d4013e6..2c7edde2 100644
--- a/examples/cached/Cargo.toml
+++ b/examples/cached/Cargo.toml
@@ -7,5 +7,4 @@ publish = false
[dependencies]
iced = { path = "../..", features = ["debug"] }
-iced_native = { path = "../../native" }
iced_lazy = { path = "../../lazy" }