diff options
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" } } |