Skip to content

Commit

Permalink
Merge branch 'master' of github.com:martin-t/rec-wars
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-t committed Oct 18, 2023
2 parents 86c85c7 + 8d0f793 commit 5b57144
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
22 changes: 16 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ macroquad = "=0.4.4" # Exact version because of the image crate https://github.c
rand_xoshiro = "0.6.0"
serde = { version = "1.0.189", features = ["derive"] }
strum = "0.25.0"
strum_macros = "0.25.2"
strum_macros = "0.25.3"
thunderdome = "0.6.1"
time = { version = "0.3.29", features = ["formatting"] }
time = { version = "0.3.30", features = ["formatting"] }
vek = "0.16.1"

[dependencies.image]
Expand Down

0 comments on commit 5b57144

Please sign in to comment.