Remove use of `gpui/screen-capture` feature from collab

Michael Sloan created

Change summary

crates/collab/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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