mirror of
https://github.com/servo/servo.git
synced 2025-06-11 01:50:10 +00:00
Implement WebGLRenderingContext.getActiveUniform()
This commit is contained in:
parent
a9eb08dbaa
commit
56eef10718
7 changed files with 84 additions and 43 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue