From 42409fc59acd834e0d2b1828f7d251cd7717da83 Mon Sep 17 00:00:00 2001 From: Squirrel Date: Thu, 16 Sep 2021 09:37:12 +0000 Subject: [PATCH] unused deps? (#2809) # Objective - less deps. ## Solution - delete button. --- crates/bevy_ui/Cargo.toml | 1 - crates/bevy_window/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/crates/bevy_ui/Cargo.toml b/crates/bevy_ui/Cargo.toml index 07e653d834..5a78ef4ee2 100644 --- a/crates/bevy_ui/Cargo.toml +++ b/crates/bevy_ui/Cargo.toml @@ -13,7 +13,6 @@ keywords = ["bevy"] bevy_app = { path = "../bevy_app", version = "0.5.0" } bevy_asset = { path = "../bevy_asset", version = "0.5.0" } bevy_core = { path = "../bevy_core", version = "0.5.0" } -bevy_derive = { path = "../bevy_derive", version = "0.5.0" } bevy_ecs = { path = "../bevy_ecs", version = "0.5.0" } bevy_input = { path = "../bevy_input", version = "0.5.0" } bevy_log = { path = "../bevy_log", version = "0.5.0" } diff --git a/crates/bevy_window/Cargo.toml b/crates/bevy_window/Cargo.toml index de6d981d0f..807e3f969a 100644 --- a/crates/bevy_window/Cargo.toml +++ b/crates/bevy_window/Cargo.toml @@ -11,7 +11,6 @@ keywords = ["bevy"] [dependencies] # bevy bevy_app = { path = "../bevy_app", version = "0.5.0" } -bevy_ecs = { path = "../bevy_ecs", version = "0.5.0" } bevy_math = { path = "../bevy_math", version = "0.5.0" } bevy_utils = { path = "../bevy_utils", version = "0.5.0" }