Skip to content

Commit

Permalink
update bevy_ecs_tilemap to v0.15 and prepare for v0.5 publish
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-bon committed Dec 15, 2024
1 parent 1ab998b commit b2e3b36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/rparrett/bevy_ecs_tilemap.git", rev = "86235d6f9f4f05cd4e3f6af9d3392b08a590a48f", default-features = false }
bevy_ecs_tilemap = { version = "0.15", default-features = false }
tiled = "0.13"

# Utilities
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Add dependencies to your `Cargo.toml` file:
```toml
[dependencies]
bevy = "0.15"
bevy_ecs_tiled = "0.4"
bevy_ecs_tiled = "0.5"
bevy_ecs_tilemap = "0.15"
```

Expand Down
2 changes: 1 addition & 1 deletion book/src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Add dependencies to your `Cargo.toml` file:
```toml
[dependencies]
bevy = "0.15"
bevy_ecs_tiled = "0.4"
bevy_ecs_tiled = "0.5"
bevy_ecs_tilemap = "0.15"
```

Expand Down

0 comments on commit b2e3b36

Please sign in to comment.