Update webrender to master

I'll rebase #10224 against it.
This commit is contained in:
Emilio Cobos Álvarez 2016-03-31 08:05:19 +02:00 committed by Emilio Cobos Álvarez
parent 436f7316d9
commit 97f4ef28d4
5 changed files with 102 additions and 51 deletions

View file

@ -207,7 +207,7 @@ def check_lock(file_name, contents):
raise StopIteration
# package names to be neglected (as named by cargo)
exceptions = ["bitflags"]
exceptions = ["bitflags", "xml-rs", "gl_generator"]
import toml
content = toml.loads(contents)