From 2ff393fe623d10f2ea89262013ba66e228cc0c94 Mon Sep 17 00:00:00 2001 From: Tomaka17 Date: Wed, 22 Oct 2014 08:04:13 +0200 Subject: Update for rustc and gl-rs --- tests/headless.rs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/headless.rs b/tests/headless.rs index ffc74b3..745cae8 100644 --- a/tests/headless.rs +++ b/tests/headless.rs @@ -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")] -- cgit v1.2.3