You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Change Log
2
2
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
+
3
9
## Version 0.25.1 (2019-07-08)
4
10
5
11
- Silenced deprecation warning when invoking `implement_vertex`.
0 commit comments