2020-07-18 20:47:04 +00:00
|
|
|
[package]
|
2020-07-25 11:58:57 +00:00
|
|
|
name = "tilesy"
|
2021-07-05 14:35:49 +00:00
|
|
|
version = "0.75.0"
|
2020-08-14 12:04:57 +00:00
|
|
|
description = "a tilesheet importer for the Bitsy game engine"
|
2020-07-18 20:47:04 +00:00
|
|
|
authors = ["Max Bradbury <max@tinybird.info>"]
|
|
|
|
edition = "2018"
|
2020-07-19 15:24:09 +00:00
|
|
|
license = "MIT"
|
2020-10-30 17:32:49 +00:00
|
|
|
repository = "https://tinybird.dev/max/tilesy"
|
2020-07-18 20:47:04 +00:00
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[lib]
|
2020-10-30 17:32:49 +00:00
|
|
|
crate-type = ["cdylib"]
|
2020-07-18 20:47:04 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
"base64" = "^0.12.3"
|
2021-07-05 14:35:49 +00:00
|
|
|
"bitsy-parser" = "^0.75.0"
|
2020-07-18 20:47:04 +00:00
|
|
|
"image" = "^0.23.7"
|
2020-10-30 17:32:49 +00:00
|
|
|
"lazy_static" = "^1.4.0"
|
2020-11-04 15:01:04 +00:00
|
|
|
"wasm-bindgen" = "=0.2.64" # newer versions are bugged...
|