Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-bon committed Dec 14, 2024
1 parent 1783d26 commit 9263357
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 @@ -47,7 +47,7 @@ user_properties = ["dep:serde", "dep:serde_json"]
[dependencies]
# Main dependencies
bevy = { version = "0.15", default-features = false }
bevy_ecs_tilemap = { git = "https://github.com/StarArawn/bevy_ecs_tilemap.git", rev = "05eb36a58f5481f6f065f362d2b35089a9d1502d", default-features = false }
bevy_ecs_tilemap = { git = "https://github.com/rparrett/bevy_ecs_tilemap.git", rev = "86235d6f9f4f05cd4e3f6af9d3392b08a590a48f", default-features = false }
tiled = "0.13"

# Utilities
Expand All @@ -56,8 +56,8 @@ log = "0.4"
thiserror = "1.0"

# Optional dependencies, enabled via features.
bevy_rapier2d = { git = "https://github.com/Vrixyz/bevy_rapier.git", rev = "fd85257d234833696e40c3d69e63f9d004286b5d", optional = true }
avian2d = { git = "https://github.com/Jondolf/avian.git", rev = "52cbcecce0fd05a65005ab6935ebeb231373c2c6", optional = true }
bevy_rapier2d = { version = "0.28", optional = true }
avian2d = { git = "https://github.com/Jondolf/avian.git", rev = "5cd89f141cc97d37e6ad2575184158372d1f1f6c", optional = true }
serde = { version = "1.0", optional = true, features = ["derive"] }
serde_json = { version = "1.0", optional = true }

Expand Down

0 comments on commit 9263357

Please sign in to comment.