Newer
Older
description = "A rust crate for loading maps created by the Tiled editor"
categories = ["game-development"]
keywords = ["gamedev", "tiled", "tmx", "map"]
repository = "https://github.com/mapeditor/rs-tiled"
authors = ["Matthew Hall <matthew@quickbeam.me.uk>"]
include = ["src/**/*.rs", "README.md", "LICENSE", "CHANGELOG.md"]
[features]
default = ["zstd"]
[lib]
name = "tiled"
path = "src/lib.rs"
[[example]]
name = "example"
path = "examples/main.rs"
[[example]]
name = "sfml"
path = "examples/sfml/main.rs"
zstd = { version = "0.11.0", optional = true }
[dev-dependencies.sfml]
version = "0.16"
features = ["graphics"]