Newer
Older
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"
[features]
ldtk_1_2_5 = []
ldtk_1_2_4 = []
ldtk_1_2_3 = []
ldtk_1_2_2 = []
ldtk_1_2_1 = []
ldtk_1_2_0 = []
ldtk_1_1_3 = []
ldtk_1_1_2 = []
ldtk_1_1_1 = []
ldtk_1_1_0 = []
ldtk_1_0_0 = []
autotile = ["micro_autotile"]
no_panic = []
bevy = "0.10"
anyhow = "1.0"
thiserror = "1.0"
log = "0.4"
serde = "1.0"
serde_json = "1.0"
num-traits = "0.2"
quadtree_rs = "0.1"
micro_autotile = { version = "0.1", optional = true }