summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2022-11-03 03:12:23 +0100
committerLibravatar GitHub <noreply@github.com>2022-11-03 03:12:23 +0100
commit231d2fd8454eb9d24ba970131d4d7339cc0c8d51 (patch)
treeff21ac61a872b3581bc0ef385bca99c5fd6d3c0a /Cargo.toml
parent3b8669ae94d4d17d3bac0b8ce6d1b019e373253e (diff)
parent415978b80771fdd065b65e115d1dcc6aaa9d792c (diff)
downloadiced-231d2fd8454eb9d24ba970131d4d7339cc0c8d51.tar.gz
iced-231d2fd8454eb9d24ba970131d4d7339cc0c8d51.tar.bz2
iced-231d2fd8454eb9d24ba970131d4d7339cc0c8d51.zip
Merge pull request #1400 from nicksenger/lazy/cached
`Lazy` widget
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9c6a435a..f9b441a5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -72,6 +72,7 @@ members = [
"examples/geometry",
"examples/integration_opengl",
"examples/integration_wgpu",
+ "examples/lazy",
"examples/multitouch",
"examples/pane_grid",
"examples/pick_list",