Fix remote binary bundling (#33845)

Follow-up of https://github.com/zed-industries/zed/pull/32937
Fixes remote server bundling:
https://github.com/zed-industries/zed/actions/runs/16043840539/job/45271137215#step:6:2079

Excludes `screen-capture` feature from Zed's default, use it only in the
components that need it.

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov 2025-07-03 15:17:54 +03:00 committed by GitHub
parent cdb7564d89
commit a6ee4a18c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 4 additions and 4 deletions

View file

@ -276,7 +276,6 @@ go_to_line = { path = "crates/go_to_line" }
google_ai = { path = "crates/google_ai" }
gpui = { path = "crates/gpui", default-features = false, features = [
"http_client",
"screen-capture",
] }
gpui_macros = { path = "crates/gpui_macros" }
gpui_tokio = { path = "crates/gpui_tokio" }