From bb5177bf074ed623c80558ab3175cc892002135a Mon Sep 17 00:00:00 2001 From: Michael Sloan Date: Fri, 18 Jul 2025 10:07:04 -0600 Subject: [PATCH] Remove use of `gpui/screen-capture` feature from collab --- 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..d73490985c90723b344f18d95df8459b7987c9fa 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