Files
stitch-peek-rs/rustitch/Cargo.toml
Nils Pukropp 69d0269270
Some checks failed
CI / Lint and Test (pull_request) Failing after 16s
CI / Version Check (pull_request) Failing after 3s
version bump
2026-03-31 08:12:12 +02:00

20 lines
468 B
TOML

[package]
name = "rustitch"
version = "0.2.0"
edition = "2024"
description = "PES embroidery file parser and thumbnail renderer"
license = "MIT"
repository = "https://git.narl.io/nvrl/stitch-peek-rs"
authors = ["Nils Pukropp <nils@narl.io>"]
keywords = ["embroidery", "pes", "thumbnail", "stitch"]
categories = ["graphics", "parser-implementations"]
readme = "README.md"
[dependencies]
thiserror = "2"
tiny-skia = "0.12"
png = "0.18"
[dev-dependencies]
png = "0.18"