From 261e3ac38088895f212a371b9206b8d3bc1483ff Mon Sep 17 00:00:00 2001 From: Louis Capitanchik <contact@louiscap.co> Date: Sat, 29 Jul 2023 11:58:59 +0100 Subject: [PATCH] Update to stable bevy_ecs_tilemap 0.11 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ac4cbb8..db825c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "micro_banimate" -version = "0.6.0-rc.1" +version = "0.6.0" edition = "2021" license = "Apache-2.0" description = "Easily manage complex Bevy 2D sprite animations" @@ -24,4 +24,4 @@ serde_json = { version = "^1.0.85", optional = true } toml = { version = "0.7.4", optional = true } bevy = { version = "^0.11.0", default-features = false, features = ["bevy_asset", "bevy_sprite"] } -bevy_ecs_tilemap = { git = "https://github.com/StarArawn/bevy_ecs_tilemap.git", rev = "55c15bfa43c7a9e2adef6b70007e92d699377454", optional = true } +bevy_ecs_tilemap = { version = "0.11.0", optional = true } -- GitLab