summaryrefslogtreecommitdiffstats
path: root/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 /Cargo.toml
parent6efda2457e7b80e9d3d145ceb9910bfbb5af9994 (diff)
downloadiced-415978b80771fdd065b65e115d1dcc6aaa9d792c.tar.gz
iced-415978b80771fdd065b65e115d1dcc6aaa9d792c.tar.bz2
iced-415978b80771fdd065b65e115d1dcc6aaa9d792c.zip
Rename `cached` example to `lazy`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d855e82a..f9b441a5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -60,7 +60,6 @@ members = [
"winit",
"examples/arc",
"examples/bezier_tool",
- "examples/cached",
"examples/clock",
"examples/color_palette",
"examples/component",
@@ -73,6 +72,7 @@ members = [
"examples/geometry",
"examples/integration_opengl",
"examples/integration_wgpu",
+ "examples/lazy",
"examples/multitouch",
"examples/pane_grid",
"examples/pick_list",