Skip to content

Commit 76dac27

Browse files
committedSep 11, 2024
Glutin version 0.32.1
1 parent 0b59775 commit 76dac27

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# Version 0.32.1
4+
35
- Fixed EGL's `Device::query_devices()` being too strict about required extensions.
46
- Fixed crash in `EglGetProcAddress` on Win32-x86 platform due to wrong calling convention.
57
- Fixed EGL's `Display::device()` always returning an error due to invalid pointer-argument passing inside.

‎glutin/Cargo.toml

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

0 commit comments

Comments
 (0)
Please sign in to comment.