diff --git a/Cargo.toml b/Cargo.toml index 1d9cf31c1498df933c2e8134c97d6b96f0ded628..82cbb533971316de0a7478a611d03fca55d1be12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } diff --git a/crates/call/Cargo.toml b/crates/call/Cargo.toml index 75c7a6638ab1443fd192751cb4b02cef3d9c1841..30e2943af3fcb9e8d5141568b2602a8db9a69a6c 100644 --- a/crates/call/Cargo.toml +++ b/crates/call/Cargo.toml @@ -29,7 +29,7 @@ client.workspace = true collections.workspace = true fs.workspace = true futures.workspace = true -gpui.workspace = true +gpui = { workspace = true, features = ["screen-capture"] } language.workspace = true log.workspace = true postage.workspace = true diff --git a/crates/collab/Cargo.toml b/crates/collab/Cargo.toml index 74eff5ec4e6016b4918c4881c79c7b2dc1687411..55c15cac5ac84c9d166c54a127dd18b2237b9bd9 100644 --- a/crates/collab/Cargo.toml +++ b/crates/collab/Cargo.toml @@ -35,6 +35,7 @@ dashmap.workspace = true derive_more.workspace = true envy = "0.4.2" futures.workspace = true +gpui = { workspace = true, features = ["screen-capture"] } hex.workspace = true http_client.workspace = true jsonwebtoken.workspace = true diff --git a/crates/livekit_client/Cargo.toml b/crates/livekit_client/Cargo.toml index b4518d6c166ba1c3de027874bfdc5ea8caef0245..319dc76d4821752a4941817335f4fae9f394b757 100644 --- a/crates/livekit_client/Cargo.toml +++ b/crates/livekit_client/Cargo.toml @@ -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 diff --git a/crates/title_bar/Cargo.toml b/crates/title_bar/Cargo.toml index 5bd5821fa23b54a1bd3ee115d991248a35af9d3b..123d0468ac86d6d37d428e73b4fd8de37dce429c 100644 --- a/crates/title_bar/Cargo.toml +++ b/crates/title_bar/Cargo.toml @@ -32,7 +32,7 @@ call.workspace = true chrono.workspace = true client.workspace = true db.workspace = true -gpui.workspace = true +gpui = { workspace = true, features = ["screen-capture"] } notifications.workspace = true project.workspace = true remote.workspace = true