From 927f776785f46ae322edc76a0271140f8616e49a Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Thu, 2 Dec 2021 14:11:30 +0300 Subject: [PATCH] Glutin version v0.28.0 --- CHANGELOG.md | 2 +- README.md | 4 ++-- glutin/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee08fb8def..73ec4c0328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# Version 0.27.0 (2021-06-02) - On Windows, fixed a panic for headless contexts because of active drag-and-drop (OleInitialize failed! Result was: `RPC_E_CHANGED_MODE`) - Updated winit dependency to 0.26.0. See [winit's CHANGELOG](https://github.com/rust-windowing/winit/releases/tag/v0.26.0) for more info. diff --git a/README.md b/README.md index 6e18de1117..f3a39327db 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A low-level library for OpenGL context creation, written in pure Rust. ```toml [dependencies] -glutin = "0.27.0" +glutin = "0.28.0" ``` ## [Documentation](https://docs.rs/glutin) @@ -21,7 +21,7 @@ Join us in any of these: ## Usage Examples -Warning: these are examples for master. For the latest released version, 0.23, view [here.](https://github.com/rust-windowing/glutin/tree/f071c722f725143d80638f1c5c12a76d9d8e1be8) +Warning: these are examples for master. For the [atest released version](https://github.com/rust-windowing/glutin/releases/tag/v0.27.0) ### Try it! diff --git a/glutin/Cargo.toml b/glutin/Cargo.toml index 8c68905d50..ddd23eec90 100644 --- a/glutin/Cargo.toml +++ b/glutin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glutin" -version = "0.27.0" +version = "0.28.0" authors = ["The glutin contributors", "Pierre Krieger "] description = "Cross-platform OpenGL context provider." keywords = ["windowing", "opengl"]