Skip to content
Snippets Groups Projects
Unverified Commit 2a92b1a3 authored by Thorbjørn Lindeijer's avatar Thorbjørn Lindeijer Committed by GitHub
Browse files

Some Cargo.toml updates (#139)

* Added "game-development" to "categories"
* Added "gamedev" to "keywords"
* Updated repository URL
* Updated dependencies
* Removed broken "documentation" URL
parent 75e0869c
No related branches found
No related tags found
No related merge requests found
...@@ -2,16 +2,15 @@ ...@@ -2,16 +2,15 @@
name = "tiled" name = "tiled"
version = "0.9.5" version = "0.9.5"
description = "A rust crate for loading in maps created by the Tiled editor" description = "A rust crate for loading maps created by the Tiled editor"
repository = "https://github.com/mattyhall/rs-tiled.git" categories = ["game-development"]
# documentation = "http://rust-ci.org/mattyhall/rs-tiled/doc/tiled/" keywords = ["gamedev", "tiled", "tmx", "map"]
repository = "https://github.com/mapeditor/rs-tiled"
readme = "README.md" readme = "README.md"
license = "MIT" license = "MIT"
authors = ["Matthew Hall <matthew@quickbeam.me.uk>"] authors = ["Matthew Hall <matthew@quickbeam.me.uk>"]
edition = "2018" edition = "2018"
keywords = ["tiled", "tmx", "map"]
[features] [features]
default = ["zstd"] default = ["zstd"]
...@@ -24,7 +23,7 @@ name = "example" ...@@ -24,7 +23,7 @@ name = "example"
path = "examples/main.rs" path = "examples/main.rs"
[dependencies] [dependencies]
base64 = "0.10" base64 = "0.13.0"
xml-rs = "0.8" xml-rs = "0.8.4"
libflate = "0.1.18" libflate = "1.1.2"
zstd = { version = "0.9", optional = true } zstd = { version = "0.10.0", optional = true }
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