Skip to content
Snippets Groups Projects
Commit 31fc5583 authored by Axel Magnuson's avatar Axel Magnuson
Browse files

tick version and fix readme dependency line

parent 7275844c
No related branches found
No related tags found
No related merge requests found
[package] [package]
name = "tiled" name = "tiled"
version = "0.1.3" version = "0.1.4"
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/"
......
...@@ -14,7 +14,7 @@ The long and the short of it being the recommended way of using rs-tiled is addi ...@@ -14,7 +14,7 @@ The long and the short of it being the recommended way of using rs-tiled is addi
``` ```
[dependencies.tiled] [dependencies.tiled]
git = "https://github.com/mattyhall/rs-tiled.git" version = "0.1"
``` ```
[There is a package on crates.io](https://crates.io/crates/tiled) but it is unlikely to work until the language stabalises. [There is a package on crates.io](https://crates.io/crates/tiled) but it is unlikely to work until the language stabalises.
......
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