We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ed101 commit 11d286fCopy full SHA for 11d286f
3 files changed
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Unreleased
2
3
+# Version 0.31.1
4
+
5
- Fixed `CGLContextObj` having an invalid encoding on newer macOS versions.
6
7
# Version 0.31.0
README.md
@@ -7,7 +7,7 @@ A low-level library for OpenGL context creation.
8
```toml
9
[dependencies]
10
-glutin = "0.31.0"
+glutin = "0.31.1"
11
```
12
13
## [Documentation](https://docs.rs/glutin)
glutin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "glutin"
-version = "0.31.0"
+version = "0.31.1"
authors = ["Kirill Chibisov <contact@kchibisov.com>"]
description = "Cross-platform OpenGL context provider."
keywords = ["windowing", "opengl", "egl"]
0 commit comments