summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 725baecc..f7d578ba 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -69,9 +69,11 @@ members = [
"examples/events",
"examples/exit",
"examples/game_of_life",
- "examples/geometry",
"examples/integration_opengl",
"examples/integration_wgpu",
+ "examples/lazy",
+ "examples/modern_art",
+ "examples/multitouch",
"examples/pane_grid",
"examples/pick_list",
"examples/pokedex",