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.rs7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/android/ffi.rs b/src/android/ffi.rs
index 5e7060d..111f670 100644
--- a/src/android/ffi.rs
+++ b/src/android/ffi.rs
@@ -17,12 +17,7 @@ pub mod egl {
pub type NativePixmapType = super::EGLNativePixmapType;
pub type NativeWindowType = super::EGLNativeWindowType;
- generate_gl_bindings! {
- api: "egl",
- profile: "core",
- version: "1.5",
- generator: "static"
- }
+ include!(concat!(env!("OUT_DIR"), "/egl_bindings.rs"));
}
pub type khronos_utime_nanoseconds_t = khronos_uint64_t;