Skip to content

Commit

Permalink
Revert bevy_ecs_tiled version
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepryde committed Jul 28, 2024
1 parent 64816ab commit 5cc3ae2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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 = [
Expand Down

0 comments on commit 5cc3ae2

Please sign in to comment.