Skip to content

Commit

Permalink
Add EGL_EXT_device_query to bindings generation (#84)
Browse files Browse the repository at this point in the history
Co-authored-by: Glenn Watson <[email protected]>
  • Loading branch information
gw3583 and Glenn Watson authored Oct 28, 2024
1 parent 6b9fb7c commit 92ddf68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.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."
Expand Down
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 92ddf68

Please sign in to comment.