ldtk2 0.8.0

A thin crate for people who just want to use ldtk files freely
Documentation
[badges.github]
repository = "sumibi-yakitori/ldtk2-rs"
workflow = "Rust"
[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[package]
authors = ["sumibi-yakitori <nekosoft360@gmail.com>"]
categories = ["game-development"]
description = "A thin crate for people who just want to use ldtk files freely"
documentation = "https://docs.rs/ldtk2"
edition = "2018"
homepage = "https://github.com/sumibi-yakitori/ldtk2-rs"
keywords = ["ldtk", "level-design"]
license = "Apache-2.0"
name = "ldtk2"
readme = "README.md"
repository = "https://github.com/sumibi-yakitori/ldtk2-rs"
version = "0.8.0"