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 docs.rs](https://docs.rs/tiled/).
...
...
@@ -9,7 +10,7 @@ Code contributions are welcome as are bug reports, documentation, suggestions an
[There is a package on crates.io](https://crates.io/crates/tiled), to use simply add:
```
tiled = "0.5.0"
tiled = "0.6.0"
```
to the dependencies section of your Cargo.toml.
...
...
@@ -20,13 +21,16 @@ to the dependencies section of your Cargo.toml.