Skip to content
Snippets Groups Projects
Commit be220037 authored by Matthew Hall's avatar Matthew Hall
Browse files

Update crates.io

parent b42d5545
No related branches found
No related tags found
No related merge requests found
[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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment