From fa3b9c678b7b627b3589619618f13f24bf5ba97f Mon Sep 17 00:00:00 2001 From: Adrien BON <63343541+adrien-bon@users.noreply.github.com> Date: Tue, 26 Nov 2024 20:09:06 +0000 Subject: [PATCH] wip: fix render entities removal --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 42de30f..00ac39c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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