Skip to content

Commit 11d286f

Browse files
committed
Glutin version 0.31.1
1 parent 46ed101 commit 11d286f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

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.1
4+
35
- Fixed `CGLContextObj` having an invalid encoding on newer macOS versions.
46

57
# Version 0.31.0

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.0"
10+
glutin = "0.31.1"
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.0"
3+
version = "0.31.1"
44
authors = ["Kirill Chibisov <[email protected]>"]
55
description = "Cross-platform OpenGL context provider."
66
keywords = ["windowing", "opengl", "egl"]

0 commit comments

Comments
 (0)