Use crates.io
... | @@ -2,6 +2,9 @@ | ... | @@ -2,6 +2,9 @@ |
name = "tiled" | name = "tiled" | ||
version = "0.1.0" | 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>"] | authors = ["Matthew Hall <matthew@quickbeam.me.uk>"] | ||
[lib] | [lib] | ||
... | @@ -12,8 +15,6 @@ path = "src/lib.rs" | ... | @@ -12,8 +15,6 @@ path = "src/lib.rs" |
name = "example" | name = "example" | ||
path = "examples/main.rs" | path = "examples/main.rs" | ||
[dependencies.rust-xml] | [dependencies] | ||
git = "https://github.com/netvl/rust-xml.git" | flate2 = "~0.0.3" | ||
rust-xml = "~0.1.1" | |||
[dependencies.flate2] | |||
git = "https://github.com/alexcrichton/flate2-rs" |
Please register or sign in to comment