Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Readmes, bump version of gl crate #519

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gl"
version = "0.14.0"
version = "0.14.1"
authors = [
"Brendan Zabarauskas <[email protected]>",
"Corey Richardson",
Expand All @@ -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"
2 changes: 1 addition & 1 deletion gl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gl_generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion khronos_api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down