From afcea7f8d95a591a10113a678ea09a0714c8c36e Mon Sep 17 00:00:00 2001 From: Franklin Date: Mon, 19 Feb 2024 10:20:10 +0100 Subject: [PATCH] Removed bevy_editor_pls dep --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 15284f2..c9f3b10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,4 @@ keywords = ["gamedev", "graphics", "bevy", "animation"] license = "MIT OR Apache-2.0" [dependencies] -bevy = "0.13" -bevy_editor_pls = "0.6" \ No newline at end of file +bevy = "0.13" \ No newline at end of file