Newer
Older
[package]
name = "tiled"
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>"]
[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"
[dev-dependencies.sfml]
version = "0.16"
features = ["graphics"]