Update for rustc and gl-rs

This commit is contained in:
Tomaka17 2014-10-22 08:04:13 +02:00
parent 0d0c14e6ec
commit 2ff393fe62
8 changed files with 49 additions and 34 deletions

View file

@ -7,7 +7,12 @@ extern crate glutin;
extern crate libc;
mod gl {
generate_gl_bindings!("gl", "core", "1.1", "struct")
generate_gl_bindings! {
api: "gl",
profile: "core",
version: "1.1",
generator: "struct"
}
}
#[cfg(feature = "headless")]