bevy_tilemap 0.2.2

Tile maps with chunks for the Bevy game engine, a simple-driven game engine and app framework
Documentation
[[example]]
name = "random_dungeon"
path = "examples/random_dungeon.rs"
[dependencies.bevy]
version = "0.3"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[dev-dependencies.rand]
version = "0.7"

[package]
authors = ["Joshua J. Bouw <dev@joshuajbouw.com>"]
categories = ["game-engines", "graphics", "gui"]
description = "Tile maps with chunks for the Bevy game engine, a simple-driven game engine and app framework"
documentation = "https://docs.rs/bevy_tilemap/latest/bevy_tilemap/"
edition = "2018"
exclude = ["assets/**/*", ".github/**/*", "doc/**/*"]
keywords = ["game", "engine", "bevy", "tiles", "tilemap"]
license = "MIT"
name = "bevy_tilemap"
readme = "README.md"
repository = "https://github.com/joshuajbouw/bevy_tilemap"
version = "0.2.2"