From 5cc1aa31c774894d9a48ee005e857913c9720908 Mon Sep 17 00:00:00 2001 From: Nick Senger Date: Wed, 6 Apr 2022 10:27:45 -0700 Subject: add example --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c6ccc5df..d9d0c135 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,6 +89,7 @@ members = [ "examples/pure/component", "examples/pure/counter", "examples/pure/game_of_life", + "examples/pure/nested_component", "examples/pure/pane_grid", "examples/pure/pick_list", "examples/pure/todos", -- cgit