Skip to content

Commit 81ea39a

Browse files
committed
Glutin version 0.31.2
1 parent e36fc74 commit 81ea39a

3 files changed

Lines changed: 4 additions & 2 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.31.2
4+
35
- Fixed EGL not setting context version with EGL versions before 1.5 and missing context ext.
46

57
# Version 0.31.1

README.md

Lines changed: 1 addition & 1 deletion
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.31.1"
10+
glutin = "0.31.2"
1111
```
1212

1313
## [Documentation](https://docs.rs/glutin)

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.31.1"
3+
version = "0.31.2"
44
authors = ["Kirill Chibisov <contact@kchibisov.com>"]
55
description = "Cross-platform OpenGL context provider."
66
keywords = ["windowing", "opengl", "egl"]

0 commit comments

Comments
 (0)