bevy_tilemap 0.1.1

Tile maps with chunks for the Bevy game engine, a simple-driven game engine and app framework
Documentation
[package]

name = "bevy_tilemap"

version = "0.1.1"

authors = ["Joshua J. Bouw <dev@joshuajbouw.com>"]

edition = "2018"

description = "Tile maps with chunks for the Bevy game engine, a simple-driven game engine and app framework"

repository = "https://github.com/joshuajbouw/bevy_tilemap"

license = "MIT"

keywords = ["game", "engine", "bevy", "tiles", "tilemap"]

categories = ["game-engines", "graphics", "gui"]

readme = "README.md"

exclude = ["assets/**/*", ".github/**/*"]



[dependencies]

bevy = { version = "0.3", features = ["default"] }

serde = { version = "1.0", features = ["derive"] }



[dev-dependencies]

rand = "0.7"



[[example]]

name = "random_dungeon"

path = "examples/random_dungeon.rs"