gfx-rs / gfx_gl

An OpenGL loader tailored to gfx-rs's needs.
Apache License 2.0
14 stars 17 forks source link

Update to gl_generator 0.4 #27

Closed vickenty closed 9 years ago

vickenty commented 9 years ago

Version 0.4 of gl_generator does not depend on libc and contains fixes to GLvoid type that broke gfx builds with gl_generator 0.3.

Bumping this crate version will allow this change to be propagated to gfx_device_gl and allow it to drop libc dependency as well.

brendanzab commented 9 years ago

\o/