Skip to content
Snippets Groups Projects
Cargo.toml 503 B
Newer Older
[package]

name = "tiled"
Matthew Hall's avatar
Matthew Hall committed
version = "0.4.0"
Matthew Hall's avatar
Matthew Hall committed
description = "A rust crate for loading in maps created by the Tiled editor"
repository = "https://github.com/mattyhall/rs-tiled.git"
Axel Magnuson's avatar
Axel Magnuson committed
# documentation = "http://rust-ci.org/mattyhall/rs-tiled/doc/tiled/"
Matthew Hall's avatar
Matthew Hall committed
readme = "README.md"
license = "MIT"
authors = ["Matthew Hall <matthew@quickbeam.me.uk>"]

[lib]
name = "tiled"
path = "src/lib.rs"

[[example]]
name = "example"
path = "examples/main.rs"

Matthew Hall's avatar
Matthew Hall committed
[dependencies]
flate2 = "0.2.13"
base64 = "0.1.1"
xml-rs = "0.3.0"