diff --git a/gl/Cargo.toml b/gl/Cargo.toml index 3d181d4..74d1f82 100644 --- a/gl/Cargo.toml +++ b/gl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gl" -version = "0.14.0" +version = "0.14.1" authors = [ "Brendan Zabarauskas ", "Corey Richardson", @@ -17,7 +17,7 @@ categories = ["api-bindings", "rendering::graphics-api"] keywords = ["gl", "egl", "opengl", "khronos"] [build-dependencies] -gl_generator = { version = "0.14.0", path = "../gl_generator" } +gl_generator = { version = "0.14.1", path = "../gl_generator" } [dev-dependencies] glutin = "0.24" diff --git a/gl/README.md b/gl/README.md index 8e72e50..8ff9ed3 100644 --- a/gl/README.md +++ b/gl/README.md @@ -8,7 +8,7 @@ An OpenGL function pointer loader for the Rust Programming Language. ```toml [dependencies] -gl = "0.14.0" +gl = "0.14.1" ``` ## Basic usage diff --git a/gl_generator/README.md b/gl_generator/README.md index 41146f2..c141c28 100644 --- a/gl_generator/README.md +++ b/gl_generator/README.md @@ -19,7 +19,7 @@ Add this to your `Cargo.toml`: ```toml [build-dependencies] -gl_generator = "0.14.0" +gl_generator = "0.14.1" ``` Under the `[package]` section, add: diff --git a/khronos_api/README.md b/khronos_api/README.md index 85afe4d..ab457cf 100644 --- a/khronos_api/README.md +++ b/khronos_api/README.md @@ -8,7 +8,7 @@ The Khronos XML API Registry, exposed as byte string constants. ```toml [build-dependencies] -khronos_api = "3.1.0" +khronos_api = "3.2.0" ``` The following constants are provided: