diff --git a/gl_generator/Cargo.toml b/gl_generator/Cargo.toml index 98f545d..e49ff88 100644 --- a/gl_generator/Cargo.toml +++ b/gl_generator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gl_generator" -version = "0.14.1" +version = "0.14.0" authors = [ "Brendan Zabarauskas ", "Corey Richardson", @@ -23,6 +23,6 @@ path = "lib.rs" unstable_generator_utils = [] [dependencies] -khronos_api = { version = "3.2.0", path = "../khronos_api" } +khronos_api = { version = "3.1.0", path = "../khronos_api" } log = "0.4" xml-rs = "0.8" diff --git a/gl_generator/registry/parse.rs b/gl_generator/registry/parse.rs index cf5755d..157db8a 100644 --- a/gl_generator/registry/parse.rs +++ b/gl_generator/registry/parse.rs @@ -1031,6 +1031,7 @@ pub fn to_rust_ty>(ty: T) -> Cow<'static, str> { //"Bool" => "types::Bool", "EGLBoolean" => "types::EGLBoolean", "EGLenum" => "types::EGLenum", + "EGLenum *" => "*mut types::EGLenum", "EGLAttribKHR" => "types::EGLAttribKHR", "EGLAttrib" => "types::EGLAttrib", "EGLAttrib *" => "*mut types::EGLAttrib", @@ -1048,6 +1049,7 @@ pub fn to_rust_ty>(ty: T) -> Cow<'static, str> { }, "EGLImageKHR" => "types::EGLImageKHR", "EGLImage" => "types::EGLImage", + "EGLImage *" => "*mut types::EGLImage", "EGLOutputLayerEXT" => "types::EGLOutputLayerEXT", "EGLOutputPortEXT" => "types::EGLOutputPortEXT", "EGLSyncKHR" => "types::EGLSyncKHR", diff --git a/khronos_api/Cargo.toml b/khronos_api/Cargo.toml index f9b0b35..17fc470 100644 --- a/khronos_api/Cargo.toml +++ b/khronos_api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "khronos_api" -version = "3.2.0" +version = "3.1.0" authors = [ "Brendan Zabarauskas ", "Corey Richardson", diff --git a/khronos_api/api_egl b/khronos_api/api_egl index 90b78b0..a7fb4ec 160000 --- a/khronos_api/api_egl +++ b/khronos_api/api_egl @@ -1 +1 @@ -Subproject commit 90b78b0662e2f0548cfd1926fb77bf628933541b +Subproject commit a7fb4ec38a785cb5914b5a8ba5f264450677338d