Skip to content

Commit 6851fc3

Browse files
fschuttgoddessfreya
authored andcommitted
Update winit to winit-alpha4, update version in README (rust-windowing#1234)
1 parent 8411bbf commit 6851fc3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
- Update winit dependency to 0.20.0-alpha4. See [winit's CHANGELOG](https://github.com/rust-windowing/winit/blob/master/CHANGELOG.md#0200-alpha-4) for more info.
4+
5+
# Version 0.22.0-alpha2 (2019-08-15)
6+
37
- Fixed attribute handling for sRGB in WGL.
48
- Fixed VSync being always enabled on EGL.
59

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A low-level library for OpenGL context creation, written in pure Rust.
88

99
```toml
1010
[dependencies]
11-
glutin = "0.22.0-alpha1"
11+
glutin = "0.22.0-alpha3"
1212
```
1313

1414
## [Documentation](https://docs.rs/glutin)

glutin/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ serde = ["winit/serde"]
1818

1919
[dependencies]
2020
lazy_static = "1.3"
21-
winit = "0.20.0-alpha2"
2221
bitflags = "1.1"
22+
winit = "0.20.0-alpha4"
2323

2424
[target.'cfg(target_os = "android")'.dependencies]
2525
android_glue = "0.2"

0 commit comments

Comments
 (0)