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

name = "tiled"
Matthew Hall's avatar
Matthew Hall committed
version = "0.1.3"
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"
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"

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

Matthew Hall's avatar
Matthew Hall committed
[dependencies]

[dependencies.xml-rs]
git = "https://github.com/netvl/xml-rs.git"


[dev-dependencies.pistoncore-sdl2_window]
git = "https://github.com/pistondevelopers/sdl2_window"

[dev-dependencies.piston]
git = "https://github.com/pistondevelopers/piston"

[dev-dependencies.piston2d-graphics]
git = "https://github.com/pistondevelopers/graphics"

[dev-dependencies.piston2d-opengl_graphics]
git = "https://github.com/pistondevelopers/opengl_graphics"