mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
Replace immeta
dependency with imsz
(#30294)
`immeta` is no longer maintained and `imsz` seems to have support for more image formats as well as having no dependencies itself.
This commit is contained in:
parent
0cf84f9f7c
commit
1b6351486c
4 changed files with 18 additions and 24 deletions
|
@ -39,6 +39,7 @@ hyper = "0.14"
|
|||
hyper-rustls = { version = "0.24", default-features = false, features = ["webpki-tokio", "http1", "http2", "tls12", "logging", "acceptor"] }
|
||||
hyper_serde = "0.13"
|
||||
image = "0.24"
|
||||
imsz = "0.2"
|
||||
indexmap = { version = "1.0.2", features = ["std"] }
|
||||
ipc-channel = "0.17"
|
||||
itertools = "0.8"
|
||||
|
@ -111,8 +112,6 @@ opt-level = 3
|
|||
|
||||
# This is here to dedupe winapi since mio 0.6 is still using winapi 0.2.
|
||||
mio = { git = "https://github.com/servo/mio.git", branch = "servo-mio-0.6.22" }
|
||||
# fork that bumps crates since the original repo is archived.
|
||||
immeta = { git = "https://github.com/fabricedesre/immeta.git" }
|
||||
|
||||
# This is required because we want all dependencies that use WebRender to
|
||||
# use our vendored version.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue