Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-t committed Jul 2, 2023
1 parent f55ee11 commit 840254c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 23 deletions.
29 changes: 9 additions & 20 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ panic = "abort"
web_splitscreen = []

[dependencies]
clap = { version = "4.3.8", features = ["derive"] }
clap = { version = "4.3.10", features = ["derive"] }
cvars = "0.4.0"
cvars-console-macroquad = "0.2.0"
enumn = "0.1.8"
fnv = "1.0.7"
macroquad = "=0.3.26" # Exact version because of the image crate https://github.com/not-fl3/macroquad/issues/494
strum = "0.24.0"
strum_macros = "0.24.0"
strum = "0.25.0"
strum_macros = "0.25.0"
thunderdome = "0.6.1"
vek = "0.15.10"

Expand Down

0 comments on commit 840254c

Please sign in to comment.