From 3f01aa149689359b705b9669a58df2f5282f28b8 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 18 Oct 2022 13:32:50 -0600 Subject: [PATCH] Use wildcard to include examples --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ab5c2ab..0eec7a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,5 @@ unicode-script = "0.5" [workspace] members = [ - "examples/editor-libcosmic", - "examples/editor-orbclient", + "examples/*", ]