From 73c6c1b64dfe94a7255e11fd2697ea0abf2b1938 Mon Sep 17 00:00:00 2001 From: Robert Horswell Date: Sun, 10 May 2020 22:10:41 +0100 Subject: [PATCH] Update Readmes, bump version of gl crate Following PR #518 ,update the crate version in the gl_generator and khronos_api crate README files. Also updates the gl crate to use the new version of gl_generator and bumps its version to 0.14.1 --- gl/Cargo.toml | 4 ++-- gl/README.md | 2 +- gl_generator/README.md | 2 +- khronos_api/README.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gl/Cargo.toml b/gl/Cargo.toml index 3d181d4d..74d1f825 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 8e72e504..8ff9ed36 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 41146f21..c141c281 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 85afe4d3..ab457cff 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: