aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorTomaka17 <pierre.krieger1708@gmail.com>2014-09-12 15:51:43 +0200
committerTomaka17 <pierre.krieger1708@gmail.com>2014-09-12 15:51:43 +0200
commit2af367b55caf948ec254c0ffabda8c6263d01690 (patch)
tree3702b0bd6278f2537298f37213d9ea1c68599e5b /src/lib.rs
parent3043cb2848e1eb1c45fc1f534d2696371faddfc6 (diff)
downloadglutin-2af367b55caf948ec254c0ffabda8c6263d01690.tar.gz
glutin-2af367b55caf948ec254c0ffabda8c6263d01690.zip
Use the gl_generator macro to generate the bindings for WGL
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 97001a8..8db5f40 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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::*;