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

Use crates.io

parent d0d70541
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@
name = "tiled"
version = "0.1.0"
description = "A rust crate for loading in maps created by the Tiled editor"
readme = "README.md"
license = "MIT"
authors = ["Matthew Hall <matthew@quickbeam.me.uk>"]
[lib]
......@@ -12,8 +15,6 @@ path = "src/lib.rs"
name = "example"
path = "examples/main.rs"
[dependencies.rust-xml]
git = "https://github.com/netvl/rust-xml.git"
[dependencies.flate2]
git = "https://github.com/alexcrichton/flate2-rs"
[dependencies]
flate2 = "~0.0.3"
rust-xml = "~0.1.1"
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