Update crates.io
[package] | [package] | ||
name = "tiled" | name = "tiled" | ||
version = "0.1.2" | version = "0.1.3" | ||
description = "A rust crate for loading in maps created by the Tiled editor" | description = "A rust crate for loading in maps created by the Tiled editor" | ||
repository = "https://github.com/mattyhall/rs-tiled.git" | repository = "https://github.com/mattyhall/rs-tiled.git" | ||
documentation = "http://rust-ci.org/mattyhall/rs-tiled/doc/tiled/" | documentation = "http://rust-ci.org/mattyhall/rs-tiled/doc/tiled/" | ||
... | @@ -20,6 +20,4 @@ path = "examples/main.rs" | ... | @@ -20,6 +20,4 @@ path = "examples/main.rs" |
[dependencies] | [dependencies] | ||
flate2 = "*" | flate2 = "*" | ||
rustc-serialize = "*" | rustc-serialize = "*" | ||
xml-rs = "*" | |||
[dependencies.xml-rs] | |||
git = "https://github.com/netvl/xml-rs.git" |
Please register or sign in to comment