Replace libpng with image everywhere.

This commit is contained in:
Matt Brubeck 2015-10-08 20:47:54 -07:00
parent b649246fe2
commit e2e142aae8
19 changed files with 77 additions and 163 deletions

View file

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