mirror of
https://github.com/servo/servo.git
synced 2025-10-02 09:39:14 +01:00
Remove some default features of image. (#39567)
Not all the features are needed in a browser for image, so we disable less used image formats to save on binary size. Signed-off-by: Narfinger <Narfinger@users.noreply.github.com> Part of addressing: https://github.com/servo/servo/issues/38966 Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>
This commit is contained in:
parent
fef56fcc47
commit
9a4614e835
2 changed files with 1 additions and 48 deletions
|
@ -83,7 +83,7 @@ hyper-util = { version = "0.1", features = ["client-legacy", "http2", "tokio"] }
|
|||
hyper_serde = { path = "components/hyper_serde" }
|
||||
icu_locid = "1.5.0"
|
||||
icu_segmenter = "1.5.0"
|
||||
image = "0.25"
|
||||
image = { version = "0.25", default-features = false, features = ["avif", "rayon", "bmp", "gif", "ico", "jpeg", "png", "webp"] }
|
||||
imsz = "0.2"
|
||||
indexmap = { version = "2.11.4", features = ["std"] }
|
||||
ipc-channel = "0.20.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue