mirror of
https://github.com/servo/servo.git
synced 2025-06-13 02:44:29 +00:00
Auto merge of #7933 - mbrubeck:piston-image, r=glennw
Replace libpng and stb_image with PistonDevelopers/image Fixes #3368. r? @glennw <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7933) <!-- Reviewable:end -->
This commit is contained in:
commit
0f597d3890
24 changed files with 270 additions and 193 deletions
|
@ -149,7 +149,9 @@ def check_lock(file_name, contents):
|
|||
contents = contents.splitlines(True)
|
||||
idx = 1
|
||||
packages = {}
|
||||
exceptions = ["glutin", "wayland-kbd"] # package names to be neglected (as named by cargo)
|
||||
|
||||
# package names to be neglected (as named by cargo)
|
||||
exceptions = ["glutin", "wayland-kbd"]
|
||||
|
||||
while idx < len(contents):
|
||||
content = contents[idx].strip()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue