Skip to content

Commit

Permalink
chore: update Tiled dependency to official repo
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-bon committed Jan 6, 2025
1 parent d35d712 commit f922336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ user_properties = ["dep:serde", "dep:serde_json"]
# Main dependencies
bevy = { version = "0.15", default-features = false }
bevy_ecs_tilemap = { version = "0.15", default-features = false }
tiled = { git = "https://github.com/JtoTheThree/rs-tiled.git", rev = "c434e1be8904917bacc1286c5334b721f1f6deef", features = ["world"] }
tiled = { git = "https://github.com/mapeditor/rs-tiled.git", rev = "c434e1be8904917bacc1286c5334b721f1f6deef", features = ["world"] }

# Utilities
futures-lite = "2.5"
Expand Down

0 comments on commit f922336

Please sign in to comment.