bevy_tilemap 0.2.0-pre.1

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]
features = ["default"]
version = "0.3"

[dependencies.serde]
features = ["derive"]
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"
edition = "2018"
exclude = ["assets/**/*", ".github/**/*"]
keywords = ["game", "engine", "bevy", "tiles", "tilemap"]
license = "MIT"
name = "bevy_tilemap"
readme = "README.md"
repository = "https://github.com/joshuajbouw/bevy_tilemap"
version = "0.2.0-pre.1"