[package] name = "tilesy" version = "0.710.0" description = "a tilesheet importer for the Bitsy game engine" authors = ["Max Bradbury "] edition = "2018" license = "MIT" repository = "https://tinybird.dev/max/tilesy" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] crate-type = ["cdylib"] [dependencies] "base64" = "^0.12.3" "bitsy-parser" = "^0.710.0" "image" = "^0.23.7" "lazy_static" = "^1.4.0" "wasm-bindgen" = "^0.2.78"