diff --git a/crates/bevy_app/Cargo.toml b/crates/bevy_app/Cargo.toml index c853699b3e..fb19d2d7b1 100644 --- a/crates/bevy_app/Cargo.toml +++ b/crates/bevy_app/Cargo.toml @@ -16,7 +16,6 @@ keywords = ["bevy"] # bevy bevy_derive = { path = "../bevy_derive", version = "0.2.1" } bevy_ecs = { path = "../bevy_ecs", version = "0.2.1" } -bevy_math = { path = "../bevy_math", version = "0.2.1" } bevy_utils = { path = "../bevy_utils", version = "0.2.1" } # other diff --git a/crates/bevy_ecs/hecs/Cargo.toml b/crates/bevy_ecs/hecs/Cargo.toml index 63befdee89..c40894d0f5 100644 --- a/crates/bevy_ecs/hecs/Cargo.toml +++ b/crates/bevy_ecs/hecs/Cargo.toml @@ -31,7 +31,6 @@ bevy_hecs_macros = { path = "macros", version = "0.2.1", optional = true } bevy_utils = { path = "../../bevy_utils", version = "0.2.1" } lazy_static = { version = "1.4.0", optional = true, features = ["spin_no_std"] } serde = { version = "1", features = ["derive"], optional = true} -rand = "0.7.3" [dev-dependencies] bencher = "0.1.5"