From ffb1bc65325c3c3614b977f13b4979a5e4c64f21 Mon Sep 17 00:00:00 2001 From: Al M Date: Thu, 7 Mar 2024 17:42:45 -0700 Subject: [PATCH] Remove "features" feature (#12373) I think this was meant to be `default = []` which is the default. --- crates/bevy_diagnostic/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/bevy_diagnostic/Cargo.toml b/crates/bevy_diagnostic/Cargo.toml index f0a3ade496ce4..173b7924032ac 100644 --- a/crates/bevy_diagnostic/Cargo.toml +++ b/crates/bevy_diagnostic/Cargo.toml @@ -12,7 +12,6 @@ keywords = ["bevy"] # Disables diagnostics that are unsupported when Bevy is dynamically linked dynamic_linking = [] sysinfo_plugin = ["sysinfo"] -features = [] [dependencies] # bevy