From c5b6377402b51c49f29505f5faef62faecb8e3fd Mon Sep 17 00:00:00 2001 From: Arjo Chakravarty Date: Wed, 16 Aug 2023 16:36:47 +0800 Subject: [PATCH] typo Signed-off-by: Arjo Chakravarty --- rmf_site_editor/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rmf_site_editor/Cargo.toml b/rmf_site_editor/Cargo.toml index 105900e9..4039a0af 100644 --- a/rmf_site_editor/Cargo.toml +++ b/rmf_site_editor/Cargo.toml @@ -12,10 +12,9 @@ path = "src/main.rs" name = "rmf_site_editor" [[example]] -name = "edtending_site_editor" +name = "extending_site_editor" path = "examples/extending_menu.rs" - [dependencies] bevy_egui = "0.19" bevy_mod_picking = "0.11"