Skip to content

Commit

Permalink
Merge pull request #81 from caspark/macroquad-0.4
Browse files Browse the repository at this point in the history
Bump example game macroquad to 0.4
  • Loading branch information
gschup authored Nov 11, 2024
2 parents aec260d + c888666 commit dec7a16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ js-sys = "0.3"
[dev-dependencies]
serial_test = "0.5"
structopt = "0.3"
macroquad = "0.3.10"
macroquad = "0.4"

# Examples
[[example]]
Expand All @@ -44,4 +44,3 @@ path = "examples/ex_game/ex_game_spectator.rs"
[[example]]
name = "ex_game_synctest"
path = "examples/ex_game/ex_game_synctest.rs"

0 comments on commit dec7a16

Please sign in to comment.