Skip to content

Commit

Permalink
bumping winit to 0.29.3 (#4605)
Browse files Browse the repository at this point in the history
* bumping `winit` to 0.29.3

* remove minor version of winit
  • Loading branch information
TornaxO7 authored Oct 29, 2023
1 parent ad3094c commit 83c3fbc
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ wgpu-example = { version = "0.18.0", path = "./examples/common" }
wgpu-macros = { version = "0.18.0", path = "./wgpu-macros" }
wgpu-test = { version = "0.18.0", path = "./tests" }
wgpu-types = { version = "0.18.0", path = "./wgpu-types" }
winit = { version = "0.29.2", features = [ "android-native-activity" ] }
winit = { version = "0.29", features = [ "android-native-activity" ] }

# Metal dependencies
block = "0.1"
Expand Down

0 comments on commit 83c3fbc

Please sign in to comment.