From 627ae7af6f1abf94031a45819b96803cd31fb562 Mon Sep 17 00:00:00 2001 From: Mikayla Maki Date: Mon, 31 Mar 2025 10:34:47 -0700 Subject: [PATCH] Remove blade as the default for GPUI (#27794) Release Notes: - N/A --- crates/gpui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/gpui/Cargo.toml b/crates/gpui/Cargo.toml index c1de8d9945..765aa70dc2 100644 --- a/crates/gpui/Cargo.toml +++ b/crates/gpui/Cargo.toml @@ -12,7 +12,7 @@ license = "Apache-2.0" workspace = true [features] -default = ["macos-blade", "http_client", "font-kit", "wayland", "x11"] +default = ["http_client", "font-kit", "wayland", "x11"] test-support = [ "leak-detection", "collections/test-support",