summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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",