From 856bc711448ead3834b64db4e9b80b24d3bffdc2 Mon Sep 17 00:00:00 2001 From: Adrien BON <63343541+adrien-bon@users.noreply.github.com> Date: Tue, 3 Dec 2024 20:08:44 +0000 Subject: [PATCH] update bevy_ecs_tilemap rev --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3f63ec8..d859106 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = "17ff958538c0431afb8e6d53fc4916ed3fb821b0", default-features = false } +bevy_ecs_tilemap = { git = "https://github.com/StarArawn/bevy_ecs_tilemap.git", rev = "ffaae04cb48f7cf7d937d2b6f988c9689139d889", default-features = false } tiled = "0.13" # Utilities