Rename cached example to lazy

This commit is contained in:
Héctor Ramón Jiménez 2022-11-03 02:55:22 +01:00
parent 6efda2457e
commit 415978b807
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
3 changed files with 150 additions and 1 deletions

View file

@ -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",