Skip to content

Commit

Permalink
chore: update tiled, thiserror and bevy-inspector-egui dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-bon committed Nov 15, 2024
1 parent 0ec87cd commit f820327
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ user_properties = ["dep:serde", "dep:serde_json"]
# Main dependencies
bevy = { version = "0.14", default-features = false }
bevy_ecs_tilemap = { version = "0.14", default-features = false }
tiled = "0.12"
tiled = "0.13"

# Utilities
futures-lite = "2.4"
log = "0.4"
thiserror = "1.0"
thiserror = "2.0"

# Optional dependencies, enabled via features.
bevy_rapier2d = { version = "0.27", optional = true }
Expand All @@ -74,7 +74,7 @@ denylist = ["png", "bmp", "jpeg"]

[dev-dependencies]
bevy = "0.14"
bevy-inspector-egui = "0.26"
bevy-inspector-egui = "0.27"

[[example]]
name = "basic"
Expand Down

0 comments on commit f820327

Please sign in to comment.