Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaarelm committed Jul 20, 2024
1 parent 81b803a commit 8598228
Show file tree
Hide file tree
Showing 8 changed files with 152 additions and 153 deletions.
257 changes: 128 additions & 129 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ content = { path = "content" }
engine = { path = "engine" }
fov = { path = "fov" }
gfx = { path = "gfx" }
glam = { version = "0.27", features = ["serde"] }
glam = { version = "0.28", features = ["serde"] }
idm = "0.4"
log = "0.4"
navni = { git = "https://github.com/rsaarelm/navni" }
Expand Down
2 changes: 1 addition & 1 deletion content/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Game content datatypes and generation"
[dependencies]
anyhow = "1"
derive_more = "0.99"
glam = { version = "0.27", features = ["serde"] }
glam = { version = "0.28", features = ["serde"] }
idm = "0.4"
indexmap = { version = "2", features = ["serde"] }
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ content = { path = "../content" }
derive_more = "0.99"
fdeflate = "0.3"
fov = { path = "../fov" }
glam = { version = "0.27", features = ["serde"] }
glam = { version = "0.28", features = ["serde"] }
hecs = { version = "0.10", features = ["row-serialize"] }
idm = "0.4"
log = "0.4"
Expand Down
34 changes: 17 additions & 17 deletions flake.lock

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

2 changes: 1 addition & 1 deletion gfx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "Graphics and user interface primitives"
util = { path = "../util" }

derive_more = "0.99"
glam = { version = "0.27", features = ["serde"] }
glam = { version = "0.28", features = ["serde"] }
image = { version = "0.25", default-features = false, features = ["png"] }
itertools = "0.13"
navni = { git = "https://github.com/rsaarelm/navni" }
Expand Down
2 changes: 1 addition & 1 deletion ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ content = { path = "../content" }
derive_more = "0.99"
engine = { path = "../engine" }
gfx = { path = "../gfx" }
glam = { version = "0.27", features = ["serde"] }
glam = { version = "0.28", features = ["serde"] }
idm = "0.4"
log = "0.4"
navni = { git = "https://github.com/rsaarelm/navni" }
Expand Down
4 changes: 2 additions & 2 deletions util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "Miscellaneous low-level utilities"
[dependencies]
anyhow = "1"
derive_more = "0.99"
glam = { version = "0.27", features = ["serde"] }
glam = { version = "0.28", features = ["serde"] }
idm = "0.4"
indexmap = { version = "2", features = ["serde"] }
itertools = "0.13"
Expand All @@ -17,7 +17,7 @@ pathfinding = "4"
rand = "0.8"
rand_xorshift = { version = "0.3", features = ["serde1"] }
regex = "1"
rustc-hash = "1"
rustc-hash = "2"
serde = { version = "1", features = ["derive"] }
serde_with = "3"
twox-hash = "1"
Expand Down

0 comments on commit 8598228

Please sign in to comment.