Skip to content

Commit

Permalink
Switch to crates.io release of bevy_ecs_tilemap
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrett committed Jul 18, 2024
1 parent fda39f7 commit bd92a5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

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

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ bevy = { version = "0.14", default-features = false, features = [

bevy_asset_loader = "0.21"
bevy_common_assets = { version = "0.11", features = ["ron"] }
bevy_ecs_tilemap = { git = "https://github.com/StarArawn/bevy_ecs_tilemap", rev = "a88eeab", features = [
"atlas",
] }
bevy_ecs_tilemap = { version = "0.14", features = ["atlas"] }

tiled = { version = "0.11", default-features = false }
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit bd92a5e

Please sign in to comment.