aboutsummaryrefslogtreecommitdiffstats
path: root/src/android/ffi.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/android/ffi.rs')
-rw-r--r--src/android/ffi.rs8
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"
}
}