[package] name = "macroquad-tiled" version = "0.2.1" authors = ["Fedor Logachev "] edition = "2018" license = "MIT/Apache-2.0" description = """ Tiled editor macroquad intergration """ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nanoserde = "0.1" macroquad = { path = "../", version = "0.4.0" }