[package]
name = "micro_ldtk"
version = "0.3.0-beta.1"
edition = "2021"

authors = [
	"Louis Capitanchik <louis@microhacks.co.uk>"
]
repository = "https://lab.lcr.gr/microhacks/bevy-micro-ldtk.git"
description = "Load data from LDTK, index it and make it accessible through Bevy assets, extract and use autotile rules"
license = "Apache-2.0"

[features]
default = ["ldtk_1_2_5", "autotile"]
ldtk_1_2_5 = []
ldtk_1_2_4 = []
autotile = ["micro_autotile"]
no_panic = []

[dependencies]
bevy = "0.10.1"
anyhow = "1.0.66"
thiserror = "1.0.40"
log = "0.4.17"
serde = "1.0.147"
serde_json = "1.0.87"
num-traits = "0.2.15"
quadtree_rs = "0.1.2"
micro_autotile = { version = "0.1.0", optional = true }