Skip to content

Commit

Permalink
dependencies: bumping winit up to 0.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TornaxO7 committed Oct 21, 2023
1 parent 9d200d8 commit b63ff42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ wgpu-example = { version = "0.17.0", path = "./examples/common" }
wgpu-macros = { version = "0.17.0", path = "./wgpu-macros" }
wgpu-test = { version = "0.17", path = "./tests"}
wgpu-types = { version = "0.17.0", path = "./wgpu-types" }
winit = { version = "0.28.7", features = [ "android-native-activity" ] }
winit = { version = "0.29.2", features = [ "android-native-activity" ] }

# Metal dependencies
block = "0.1"
Expand Down

0 comments on commit b63ff42

Please sign in to comment.