Skip to content

Commit

Permalink
wip: fix render entities removal
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-bon committed Nov 26, 2024
1 parent 2386e9b commit fa3b9c6
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.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/adrien-bon/bevy_ecs_tilemap.git", rev = "6e757906c2fedd62de9c9dbb52c2f001412476f2", default-features = false }
bevy_ecs_tilemap = { git = "https://github.com/adrien-bon/bevy_ecs_tilemap.git", rev = "d814be54acfc014e61a1193bcaa42f9472d2f237", default-features = false }
tiled = "0.13"

# Utilities
Expand Down

0 comments on commit fa3b9c6

Please sign in to comment.