From 750ceeb760fb6e74d6c5b0503c2b8b34ab911efa Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Fri, 18 Jul 2025 12:28:58 -0400 Subject: [PATCH] collab: Don't use `screen-capture` feature from `gpui` (#34725) This PR removes the `screen-capture` feature from `gpui` when depending on it in `collab`. Release Notes: - N/A --- crates/collab/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/collab/Cargo.toml b/crates/collab/Cargo.toml index 242694d96365d218060601df7030b18552ee1e9b..d3b504828350e8cf6be5b44f1b0e1a5361006eb7 100644 --- a/crates/collab/Cargo.toml +++ b/crates/collab/Cargo.toml @@ -35,7 +35,7 @@ dashmap.workspace = true derive_more.workspace = true envy = "0.4.2" futures.workspace = true -gpui = { workspace = true, features = ["screen-capture"] } +gpui.workspace = true hex.workspace = true http_client.workspace = true jsonwebtoken.workspace = true