From 92ddf684b136ba043d7c59cc67465d0a966f85aa Mon Sep 17 00:00:00 2001 From: Glenn Watson <39062770+gw3583@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:37:58 +1000 Subject: [PATCH] Add EGL_EXT_device_query to bindings generation (#84) Co-authored-by: Glenn Watson --- Cargo.toml | 2 +- build.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a081a3dfe..ebc7234d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mozangle" -version = "0.5.1" +version = "0.5.2" 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 610d90059..ce1530b49 100644 --- a/build.rs +++ b/build.rs @@ -414,6 +414,7 @@ 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",