From 98b773102720940628acd7442a28e36ec708a2f5 Mon Sep 17 00:00:00 2001 From: Al McElrath Date: Thu, 7 Mar 2024 15:53:00 -0700 Subject: [PATCH] Remove "features" feature --- 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