gfx-rs / gfx_gl

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

Library does not work with new gl_generator #2

Closed mitsuhiko closed 9 years ago

mitsuhiko commented 9 years ago

The compilation now fails with an undefined macro:

src/lib.rs:30:1: 30:21 error: macro undefined: 'generate_gl_bindings!'
src/lib.rs:30 generate_gl_bindings!{
              ^~~~~~~~~~~~~~~~~~~~