Skip to content

Commit

Permalink
Lock game-loop to 1.1.0
Browse files Browse the repository at this point in the history
Version 1.2.0 bumps `winit` to 0.30 which we don't support yet
  • Loading branch information
mkrasnitski committed May 27, 2024
1 parent 71279bc commit 6493408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/invaders/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ default = ["optimize"]
byteorder = "1"
env_logger = "0.10"
error-iter = "0.4"
game-loop = { version = "1.1.0", features = ["winit"] }
game-loop = { version = "=1.1.0", features = ["winit"] }
getrandom = "0.2"
gilrs = "0.10"
log = "0.4"
Expand Down

0 comments on commit 6493408

Please sign in to comment.