pixsy/Cargo.toml

21 lines
461 B
TOML

[package]
name = "pixsy"
version = "0.72.3"
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]
crate-type = ["cdylib"]
[dependencies]
"base64" = "^0.12.3"
"bitsy-parser" = "^0.72.3"
"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...