Skip to content

Commit 080ffa5

Browse files
authored
Update winit to 0.25 and cocoa to 0.24 (#1354)
* Update winit to 0.25 * Remove explicit winit dependency from examples
1 parent bab33a8 commit 080ffa5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
- Updated winit dependency to 0.25.0. See [winit's CHANGELOG](https://github.com/rust-windowing/winit/releases/tag/v0.25.0) for more info.
4+
35
# Version 0.26.0 (2020-12-10)
46

57
- Updated winit dependency to 0.24.0. See [winit's CHANGELOG](https://github.com/rust-windowing/winit/releases/tag/v0.24.0) for more info.

glutin/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ default = ["x11", "wayland"]
2121

2222
[dependencies]
2323
lazy_static = "1.3"
24-
winit = { version = "0.24.0", default-features = false }
24+
winit = { version = "0.25", default-features = false }
2525

2626
[target.'cfg(target_os = "android")'.dependencies]
2727
android_glue = "0.2"
@@ -37,7 +37,7 @@ glutin_gles2_sys = { version = "0.1.4", path = "../glutin_gles2_sys" }
3737

3838
[target.'cfg(target_os = "macos")'.dependencies]
3939
cgl = "0.3"
40-
cocoa = "0.23"
40+
cocoa = "0.24"
4141
core-foundation = "0.9"
4242

4343
[target.'cfg(target_os = "windows")'.dependencies.winapi]

glutin_examples/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ publish = false
1212

1313
[dependencies]
1414
glutin = { path = "../glutin" }
15-
winit = "0.24.0"
1615
takeable-option = "0.4"
1716
image = "0.21"
1817

0 commit comments

Comments
 (0)