Remove blade as the default for GPUI (#27794)

Release Notes:

- N/A
This commit is contained in:
Mikayla Maki 2025-03-31 10:34:47 -07:00 committed by GitHub
parent 17aecfde6f
commit 627ae7af6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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