Use the gl_generator macro to generate the bindings for WGL
This commit is contained in:
parent
3043cb2848
commit
2af367b55c
5 changed files with 52 additions and 67 deletions
|
|
@ -19,6 +19,7 @@
|
|||
//! will look and behave.
|
||||
|
||||
#[phase(plugin)] extern crate compile_msg;
|
||||
#[phase(plugin)] extern crate gl_generator;
|
||||
extern crate libc;
|
||||
|
||||
pub use events::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue