ldtk 0.2.0-alpha3

A crate for reading the LDtk 2D tile map format.
Documentation
[build-dependencies.heck]
version = "0.3.2"

[build-dependencies.isahc]
features = ["json"]
optional = true
version = "1.0.3"

[build-dependencies.quote]
version = "1.0.8"

[build-dependencies.serde]
features = ["derive"]
version = "1.0.118"

[build-dependencies.serde_json]
version = "1.0.61"
[dependencies.serde]
features = ["derive"]
version = "1.0.118"

[dependencies.serde_json]
version = "1.0.61"

[features]
default = []
download-schema = ["isahc"]

[package]
authors = ["Zicklag <zicklag@katharostech.com>"]
categories = ["games", "game-development", "parser-implementations"]
description = "A crate for reading the LDtk 2D tile map format."
documentation = "https://docs.rs/ldtk"
edition = "2018"
keywords = ["gamedev", "map-editor", "tile", "json", "2D"]
license-file = "LICENSE.md"
name = "ldtk"
readme = "README.md"
repository = "https://github.com/katharostech/LDtk-rs"
version = "0.2.0-alpha3"