Skip to content

Commit

Permalink
Glutin version v0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kchibisov committed Jul 30, 2022
1 parent 4ff400e commit 9cf99a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# Version 0.29.0 (2022-07-30)

- Fix crash when creating OpenGLES context without explicit version.
- Add `buffer_age` method on `WindowedContext`.
- Return an `Err` instead of panicking when surfaceless GLX context creation fails on Linux.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A low-level library for OpenGL context creation, written in pure Rust.

```toml
[dependencies]
glutin = "0.28.0"
glutin = "0.29.0"
```

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

## Usage Examples

Warning: these are examples for master. For the [latest released version](https://github.com/rust-windowing/glutin/releases/tag/v0.27.0)
Warning: these are examples for master. For the [latest released version](https://github.com/rust-windowing/glutin/releases/tag/v0.29.0)

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.28.0"
version = "0.29.0"
authors = ["The glutin contributors", "Pierre Krieger <[email protected]>"]
description = "Cross-platform OpenGL context provider."
keywords = ["windowing", "opengl"]
Expand Down

0 comments on commit 9cf99a2

Please sign in to comment.