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:
parent
cdb7564d89
commit
a6ee4a18c4
5 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@ async-trait.workspace = true
|
|||
collections.workspace = true
|
||||
cpal.workspace = true
|
||||
futures.workspace = true
|
||||
gpui = { workspace = true, features = ["x11", "wayland"] }
|
||||
gpui = { workspace = true, features = ["screen-capture", "x11", "wayland"] }
|
||||
gpui_tokio.workspace = true
|
||||
http_client_tls.workspace = true
|
||||
image.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue