Skip to content

Commit

Permalink
Merge pull request #41 from gcoakes/winit-update
Browse files Browse the repository at this point in the history
Bump winit to v0.25
  • Loading branch information
mrk-its committed Jun 5, 2021
2 parents b3212e6 + eed6414 commit 4ee792d
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 @@ -21,7 +21,7 @@ default = [
]

[dependencies]
winit = {version = "0.24.0", features = ["web-sys"]}
winit = {version = "0.25.0", features = ["web-sys"]}
bevy = { version="0.5.0", default-features=false }

regex = "1.4"
Expand Down

0 comments on commit 4ee792d

Please sign in to comment.