Skip to content

Commit

Permalink
Glutin version v0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kchibisov authored Dec 2, 2021
1 parent c7bdbe3 commit 927f776
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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!

Expand Down
2 changes: 1 addition & 1 deletion glutin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glutin"
version = "0.27.0"
version = "0.28.0"
authors = ["The glutin contributors", "Pierre Krieger <[email protected]>"]
description = "Cross-platform OpenGL context provider."
keywords = ["windowing", "opengl"]
Expand Down

0 comments on commit 927f776

Please sign in to comment.