Skip to content

Commit

Permalink
Update winit to 0.25 and cocoa to 0.24 (#1354)
Browse files Browse the repository at this point in the history
* Update winit to 0.25

* Remove explicit winit dependency from examples
  • Loading branch information
alexheretic authored May 21, 2021
1 parent bab33a8 commit 080ffa5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- 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.

# Version 0.26.0 (2020-12-10)

- 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.
Expand Down
4 changes: 2 additions & 2 deletions glutin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ default = ["x11", "wayland"]

[dependencies]
lazy_static = "1.3"
winit = { version = "0.24.0", default-features = false }
winit = { version = "0.25", default-features = false }

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

[target.'cfg(target_os = "macos")'.dependencies]
cgl = "0.3"
cocoa = "0.23"
cocoa = "0.24"
core-foundation = "0.9"

[target.'cfg(target_os = "windows")'.dependencies.winapi]
Expand Down
1 change: 0 additions & 1 deletion glutin_examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ publish = false

[dependencies]
glutin = { path = "../glutin" }
winit = "0.24.0"
takeable-option = "0.4"
image = "0.21"

Expand Down

0 comments on commit 080ffa5

Please sign in to comment.