From 70295f6c76b9fe720bd3617a303b7bbef9068564 Mon Sep 17 00:00:00 2001 From: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> Date: Thu, 21 Nov 2024 14:27:21 +0100 Subject: [PATCH] Update examples/Cargo.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: richΛrd --- examples/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index ec808c0..a679a1a 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -1,4 +1,6 @@ [workspace] members = [ - "basic", "tic-tac-toe-gui"] + "basic", + "tic-tac-toe-gui" +]