From 7275844c822c4df1515b1ae3f89c61000e4398e0 Mon Sep 17 00:00:00 2001 From: Axel Magnuson <axelmagn@gmail.com> Date: Sat, 31 Oct 2015 23:56:46 -0600 Subject: [PATCH] Package Maintanence * change readme build button back since this will be a pull request --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b655197..23fc9ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "tiled" version = "0.1.3" 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/" +# documentation = "http://rust-ci.org/mattyhall/rs-tiled/doc/tiled/" readme = "README.md" license = "MIT" authors = ["Matthew Hall <matthew@quickbeam.me.uk>"] diff --git a/README.md b/README.md index 80b3073..b5d3939 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # rs-tiled - + Read maps from the [Tiled Map Editor](http://www.mapeditor.org/) into rust for use in video games. It is game engine agnostic and pretty barebones at the moment. Documentation is available [on rust-ci](http://rust-ci.org/mattyhall/rs-tiled/doc/tiled/). -- GitLab