diff --git a/crates/bevy_core/Cargo.toml b/crates/bevy_core/Cargo.toml index aaac27b002..92dd933656 100644 --- a/crates/bevy_core/Cargo.toml +++ b/crates/bevy_core/Cargo.toml @@ -20,7 +20,6 @@ bevy_utils = { path = "../bevy_utils", version = "0.15.0-dev" } # other serde = { version = "1.0", optional = true } -uuid = "1.0" [features] default = ["bevy_reflect"]