Skip to content

Commit

Permalink
Merge pull request #2018 from est31/master
Browse files Browse the repository at this point in the history
Update glutin to 0.29 and Release 0.32.0
  • Loading branch information
est31 committed Jul 30, 2022
2 parents cddc1f9 + 051f25a commit bb74123
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog

## Version 0.32 (2022-07-30)

- Updated glutin to version 0.29.0. See the glutin release notes [here](https://github.com/rust-windowing/glutin/blob/master/CHANGELOG.md#version-0290-2022-07-30).

## Version 0.31 (2021-12-11)

- Updated glutin to version 0.31.0. See the glutin release notes [here](https://github.com/rust-windowing/glutin/blob/master/CHANGELOG.md#version-0280-2021-12-02).
- Updated glutin to version 0.28.0. See the glutin release notes [here](https://github.com/rust-windowing/glutin/blob/master/CHANGELOG.md#version-0280-2021-12-02).
- Use mdbook for the book.

## Version 0.30.2 (2021-09-06)
Expand All @@ -18,7 +22,7 @@

## Version 0.30.0 (2021-06-23)

- Updated glutin to version 0.30.0. See the glutin release notes [here](https://github.com/rust-windowing/glutin/blob/master/CHANGELOG.md#version-0270-2021-06-01).
- Updated glutin to version 0.27.0. See the glutin release notes [here](https://github.com/rust-windowing/glutin/blob/master/CHANGELOG.md#version-0270-2021-06-01).
- Replaced unmaintained `rental` with `ouroboros`.
- Allow instancing on GLES3 or later.
- Support for importing and using Vulkan semaphores.
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "glium"
version = "0.31.0"
version = "0.32.0"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = """
Elegant and safe OpenGL wrapper.
Expand All @@ -24,7 +24,7 @@ readme = "README.md"
license = "Apache-2.0"
build = "build/main.rs"
exclude = ["doc"]
edition = "2018"
edition = "2021"

[features]
default = ["glutin"]
Expand All @@ -33,7 +33,7 @@ test_headless = [] # used for testing headless display
vk_interop = [] # used for texture import from Vulkan

[dependencies.glutin]
version = "0.28"
version = "0.29"
features = []
optional = true

Expand Down

0 comments on commit bb74123

Please sign in to comment.