diff options
author | Tomaka17 <pierre.krieger1708@gmail.com> | 2014-10-22 08:04:13 +0200 |
---|---|---|
committer | Tomaka17 <pierre.krieger1708@gmail.com> | 2014-10-22 11:23:21 +0200 |
commit | 2ff393fe623d10f2ea89262013ba66e228cc0c94 (patch) | |
tree | 0c44986d2c2db6a27dee94a3a9c9d6a8385ec9c6 /src/android | |
parent | 0d0c14e6ecc3137fd1d12c389e03e6f312f1f207 (diff) | |
download | glutin-2ff393fe623d10f2ea89262013ba66e228cc0c94.tar.gz glutin-2ff393fe623d10f2ea89262013ba66e228cc0c94.zip |
Update for rustc and gl-rs
Diffstat (limited to 'src/android')
-rw-r--r-- | src/android/ffi.rs | 8 |
1 files changed, 4 insertions, 4 deletions
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" } } |