diff --git a/Cargo.lock b/Cargo.lock index 7f89879..779bbe4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -643,9 +643,9 @@ dependencies = [ [[package]] name = "bevy_ecs_tiled" -version = "0.3.2" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9fe282cb795bfcca9fb1b810a7d4a4a51b06167c234261921686fa8dab76e76" +checksum = "ab8ef1649a631f081e4b6e04766e6622bd9d101b5d8f7cbd79a8b420401b27a8" dependencies = [ "bevy", "bevy_ecs_tilemap", diff --git a/Cargo.toml b/Cargo.toml index f93ba18..acbd28c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] bevy = { version = "0.14", features = ["wayland"] } -bevy_ecs_tiled = { version = "0.3.2", features = ["rapier"] } +bevy_ecs_tiled = { version = "=0.3.1", features = ["rapier"] } bevy_ecs_tilemap = "0.14" bevy_rapier2d = "0.27" @@ -23,7 +23,7 @@ rand = "0.8" [target.'cfg(target_family = "wasm")'.dependencies] bevy_rapier2d = {version = "0.27.0", features = ["wasm-bindgen"]} -bevy_ecs_tiled = { version = "0.3.2", features = ["rapier"] } +bevy_ecs_tiled = { version = "0.3.1", features = ["rapier"] } [features] default = [