-
- Downloads
toml
... | @@ -10,9 +10,12 @@ bevy = { version = "0.5.0", features = ["dynamic"] } | ... | @@ -10,9 +10,12 @@ bevy = { version = "0.5.0", features = ["dynamic"] } |
# bevy_ecs_tilemap = { git = "https://github.com/perlindgren/bevy_ecs_tilemap", branch = "rotate", version = "0.4.1", features = ["tiled_map"]} | # bevy_ecs_tilemap = { git = "https://github.com/perlindgren/bevy_ecs_tilemap", branch = "rotate", version = "0.4.1", features = ["tiled_map"]} | ||
# bevy_ecs_tilemap = { git = "https://github.com/perlindgren/bevy_ecs_tilemap", branch = "tiled_animation", version = "0.4.0", features = ["tiled_map"]} | # bevy_ecs_tilemap = { git = "https://github.com/perlindgren/bevy_ecs_tilemap", branch = "tiled_animation", version = "0.4.0", features = ["tiled_map"]} | ||
# bevy_ecs_tilemap = { git = "https://github.com/perlindgren/bevy_ecs_tilemap", branch = "animation_and_rotation", version = "0.4.1", features = ["tiled_map"]} | # bevy_ecs_tilemap = { git = "https://github.com/perlindgren/bevy_ecs_tilemap", branch = "animation_and_rotation", version = "0.4.1", features = ["tiled_map"]} | ||
bevy_ecs_tilemap = { path = "../bevydev/bevy_ecs_tilemap", features = [ | bevy_ecs_tilemap = { git = "https://github.com/perlindgren/bevy_ecs_tilemap", branch = "tiled_parallax", version = "0.4.1", features = [ | ||
"tiled_map", | "tiled_map", | ||
] } | ] } | ||
# bevy_ecs_tilemap = { path = "../bevydev/bevy_ecs_tilemap", features = [ | |||
# "tiled_map", | |||
# ] } | |||
rand = "0.8.4" | rand = "0.8.4" | ||
env_logger = "0.9" | env_logger = "0.9" | ||
log = "0.4" | log = "0.4" | ||
... | ... |
Please register or sign in to comment