Merge pull request #255 from tomaka/update

Update with libc change
This commit is contained in:
tomaka 2015-02-06 09:31:57 +01:00
commit cef64c3a8e

View file

@ -16,8 +16,9 @@ default = ["window"]
window = [] window = []
headless = [] headless = []
[dependencies.gl_common] [dependencies]
gl_common = "*" gl_common = "*"
libc = "*"
[build-dependencies] [build-dependencies]
gl_generator = "*" gl_generator = "*"