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 --- src/android/ffi.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/android') diff --git a/src/android/ffi.rs b/src/android/ffi.rs index 78ef070..b65f44d 100644 --- a/src/android/ffi.rs +++ b/src/android/ffi.rs @@ -18,10 +18,10 @@ pub mod egl { pub type NativeWindowType = super::EGLNativeWindowType; generate_gl_bindings! { - api: egl, - profile: core, - version: 1.5, - generator: static + api: "egl", + profile: "core", + version: "1.5", + generator: "static" } } -- cgit v1.2.3