Update for gl_generator's changes
This commit is contained in:
parent
a04668e850
commit
7f6f4f8d04
7 changed files with 79 additions and 57 deletions
|
|
@ -6,12 +6,7 @@ extern crate glutin;
|
|||
extern crate libc;
|
||||
|
||||
mod gl {
|
||||
generate_gl_bindings! {
|
||||
api: "gl",
|
||||
profile: "core",
|
||||
version: "1.1",
|
||||
generator: "struct"
|
||||
}
|
||||
include!(concat!(env!("OUT_DIR"), "/test_gl_bindings.rs"));
|
||||
}
|
||||
|
||||
#[cfg(feature = "headless")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue