mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Replace libpng with image everywhere.
This commit is contained in:
parent
b649246fe2
commit
e2e142aae8
19 changed files with 77 additions and 163 deletions
|
@ -151,8 +151,7 @@ def check_lock(file_name, contents):
|
|||
packages = {}
|
||||
|
||||
# package names to be neglected (as named by cargo)
|
||||
# - `png` is used by PistonDevelopers/image-png and servo/rust-png
|
||||
exceptions = ["glutin", "wayland-kbd", "png"]
|
||||
exceptions = ["glutin", "wayland-kbd"]
|
||||
|
||||
while idx < len(contents):
|
||||
content = contents[idx].strip()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue