Skip to content

Commit

Permalink
Glutin version 0.30.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kchibisov authored Mar 16, 2023
1 parent 188b052 commit 44fcd3a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Unreleased

# Version 0.30.7

- Altered specification for `objc2` crate to pull patch update.

# Version 0.30.6

- Fixed handling of `*_base` extensions with EGL.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A low-level library for OpenGL context creation.

```toml
[dependencies]
glutin = "0.30.6"
glutin = "0.30.7"
```

## [Documentation](https://docs.rs/glutin)
Expand All @@ -22,7 +22,7 @@ Join us in any of these:
## Usage Examples

**Warning:** These are examples for `master`. You can find examples for
the latest _released version_ [here](https://github.com/rust-windowing/glutin/releases/tag/v0.30.6).
the latest _released version_ [here](https://github.com/rust-windowing/glutin/releases/tag/v0.30.7).

The examples use [`gl_generator`](https://crates.io/crates/gl_generator) to
generate OpenGL bindings.
Expand Down
2 changes: 1 addition & 1 deletion glutin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glutin"
version = "0.30.6"
version = "0.30.7"
authors = ["Kirill Chibisov <contact@kchibisov.com>"]
description = "Cross-platform OpenGL context provider."
keywords = ["windowing", "opengl", "egl"]
Expand Down

0 comments on commit 44fcd3a

Please sign in to comment.