gpui: Depend on workspace image crate (#28313)

Make gpui depend on the image crate on the workspace level

Release Notes:

- N/A
This commit is contained in:
tidely 2025-04-08 13:21:24 +03:00 committed by GitHub
parent 3b787e85a4
commit a28929592e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -89,7 +89,7 @@ etagere = "0.2"
futures.workspace = true
gpui_macros.workspace = true
http_client = { optional = true, workspace = true }
image = "0.25.1"
image.workspace = true
inventory.workspace = true
itertools.workspace = true
log.workspace = true