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
This commit is contained in:
Marshall Bowers 2025-07-18 12:28:58 -04:00 committed by GitHub
parent 4476860664
commit 750ceeb760
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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