From f9bfd3b997ea0faf417db99c7ef7180787c6f67a Mon Sep 17 00:00:00 2001 From: Samson <16504129+sagudev@users.noreply.github.com> Date: Sat, 2 Nov 2024 11:24:48 +0100 Subject: [PATCH] Revert "Add EGL_EXT_device_query to bindings generation (#84)" This reverts commit 92ddf684b136ba043d7c59cc67465d0a966f85aa. --- Cargo.toml | 2 +- build.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ebc7234d0..a081a3dfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mozangle" -version = "0.5.2" +version = "0.5.1" authors = ["The ANGLE Project Authors", "The Servo Project Developers"] license = "BSD-3-Clause" description = "Mozilla's fork of Google ANGLE, repackaged as a Rust crate." diff --git a/build.rs b/build.rs index ce1530b49..610d90059 100644 --- a/build.rs +++ b/build.rs @@ -414,7 +414,6 @@ fn generate_gl_bindings() { "EGL_ANGLE_device_d3d", "EGL_EXT_platform_base", "EGL_EXT_platform_device", - "EGL_EXT_device_query", "EGL_KHR_create_context", "EGL_EXT_create_context_robustness", "EGL_KHR_create_context_no_error",