From 4a9b357bdc2eb4632e18705457f7d4c5ccf35367 Mon Sep 17 00:00:00 2001 From: BD103 <59022059+BD103@users.noreply.github.com> Date: Sun, 14 Jul 2024 15:12:02 -0400 Subject: [PATCH] chore!(window): remove unused `default` feature --- crates/bevy_window/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/bevy_window/Cargo.toml b/crates/bevy_window/Cargo.toml index 516c8915fb56f..87b6002cd0a9d 100644 --- a/crates/bevy_window/Cargo.toml +++ b/crates/bevy_window/Cargo.toml @@ -9,7 +9,6 @@ license = "MIT OR Apache-2.0" keywords = ["bevy"] [features] -default = [] serialize = ["serde", "smol_str/serde"] [dependencies]