[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" license = "Apache-2.0" [features] default = ["ldtk_1_2_5"] ldtk_1_2_5 = [] ldtk_1_2_4 = [] 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"