Skip to content

Commit

Permalink
wip: fix bevy_ecs_tilemap build + tilemap changes detection
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-bon committed Nov 25, 2024
1 parent d5cc935 commit 2386e9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ user_properties = ["dep:serde", "dep:serde_json"]
[dependencies]
# Main dependencies
bevy = { version = "0.15.0-rc.3", default-features = false }
bevy_ecs_tilemap = { git = "https://github.com/rparrett/bevy_ecs_tilemap.git", rev = "53bbc0e0a87d0324cc3c86163324f8842262cf07", default-features = false }
#bevy_ecs_tilemap = { git = "https://github.com/rparrett/bevy_ecs_tilemap.git", rev = "53bbc0e0a87d0324cc3c86163324f8842262cf07", default-features = false }
bevy_ecs_tilemap = { git = "https://github.com/adrien-bon/bevy_ecs_tilemap.git", rev = "6e757906c2fedd62de9c9dbb52c2f001412476f2", default-features = false }
tiled = "0.13"

# Utilities
Expand Down

0 comments on commit 2386e9b

Please sign in to comment.