Remove blade as the default for GPUI (#27794)

Mikayla Maki created

Release Notes:

- N/A

Change summary

crates/gpui/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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",