Skip to content

Commit e44b97c

Browse files
authored
Merge pull request glium#1825 from est31/release_0_26
Release glutin 0.26.0
2 parents 67859e1 + d9dbd52 commit e44b97c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## Version 0.26.0 (2020-02-09)
4+
5+
- Updated glutin to version 0.23.0. See the glutin release notes [here](https://github.com/rust-windowing/glutin/blob/master/CHANGELOG.md#version-0230-2020-02-06).
6+
- Removal of some unsound code that rustc warns about
7+
- Report the precise shader stage in which a shader failed compilation
8+
39
## Version 0.25.1 (2019-07-08)
410

511
- Silenced deprecation warning when invoking `implement_vertex`.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "glium"
3-
version = "0.26.0-alpha6"
3+
version = "0.26.0"
44
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
55
description = """
66
Elegant and safe OpenGL wrapper.

0 commit comments

Comments
 (0)