tilesy/Cargo.toml

20 lines
501 B
TOML
Raw Permalink Normal View History

2020-07-18 20:47:04 +00:00
[package]
2020-07-25 11:58:57 +00:00
name = "tilesy"
version = "0.710.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"
"bitsy-parser" = "^0.710.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"
"wasm-bindgen" = "^0.2.78"