pixsy/Cargo.toml

21 lines
448 B
TOML
Raw Normal View History

2020-10-30 17:50:03 +00:00
[package]
name = "pixsy"
2020-11-08 17:36:11 +00:00
version = "0.72.7"
2020-10-30 17:50:03 +00:00
description = "convert images to Bitsy rooms"
authors = ["Max Bradbury <max@tinybird.info>"]
edition = "2018"
license = "MIT"
repository = "https://tinybird.dev/max/image-to-bitsy"
[lib]
2020-11-04 15:38:43 +00:00
crate-type = ["cdylib"]
2020-10-30 17:50:03 +00:00
[dependencies]
base64 = "^0.12.3"
bitsy-parser = "^0.72.5"
2020-11-15 16:54:25 +00:00
dither = "^1.3.9"
image = "^0.23.7"
json = "^0.12.4"
lazy_static = "^1.4.0"
wasm-bindgen = "=0.2.64" # newer versions are bugged...