Newer
Older
[package]
name = "tiled"
description = "A rust crate for loading in maps created by the Tiled editor"
repository = "https://github.com/mattyhall/rs-tiled.git"
# documentation = "http://rust-ci.org/mattyhall/rs-tiled/doc/tiled/"
authors = ["Matthew Hall <matthew@quickbeam.me.uk>"]
keywords = ["tiled", "tmx", "map"]
[features]
default = ["zstd"]
[lib]
name = "tiled"
path = "src/lib.rs"
[[example]]
name = "example"
path = "examples/main.rs"