diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/headless.rs | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/headless.rs b/tests/headless.rs index ca96fdb..b2b23da 100644 --- a/tests/headless.rs +++ b/tests/headless.rs @@ -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")] |