Implement WebGLRenderingContext.getActiveUniform()

This commit is contained in:
Saurav Sachidanand 2016-04-06 17:59:43 +05:30
parent a9eb08dbaa
commit 56eef10718
7 changed files with 84 additions and 43 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", "xml-rs", "gl_generator"]
exceptions = ["bitflags", "xml-rs", "gl_generator", "byteorder"]
import toml
content = toml.loads(contents)