Skip to content

Commit

Permalink
Revert "Add EGL_EXT_device_query to bindings generation (#84)"
Browse files Browse the repository at this point in the history
This reverts commit 92ddf68.
  • Loading branch information
sagudev authored Nov 2, 2024
1 parent 92ddf68 commit f9bfd3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
1 change: 0 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f9bfd3b

Please sign in to comment.