Newer
Older
[package]
name = "png_to_svg"
version = "0.1.0"
edition = "2021"
authors = [
"Louis Capitanchik <louis@microhacks.co.uk>"
]
description = "Convert RGBA8 PNG images into SVGs, where each pixel of input creates one output rect"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
opt-level = "s"
debug = false
strip = true