Skip to content

Commit 7d7176f

Browse files
committed
Glutin version 0.30.9
1 parent 2612026 commit 7d7176f

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# Version 0.30.9
4+
35
- Fixed lock on SwapBuffers with some GLX drivers.
46
- Fixed EGL's `Surface::is_single_buffered` being inversed.
57

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A low-level library for OpenGL context creation.
77

88
```toml
99
[dependencies]
10-
glutin = "0.30.8"
10+
glutin = "0.30.9"
1111
```
1212

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

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

2727
The examples use [`gl_generator`](https://crates.io/crates/gl_generator) to
2828
generate OpenGL bindings.

glutin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "glutin"
3-
version = "0.30.8"
3+
version = "0.30.9"
44
authors = ["Kirill Chibisov <contact@kchibisov.com>"]
55
description = "Cross-platform OpenGL context provider."
66
keywords = ["windowing", "opengl", "egl"]

0 commit comments

Comments
 (0)