imgsyn/Cargo.toml
2026-02-09 18:27:33 +01:00

14 lines
274 B
TOML

[package]
name = "imgsyn"
description = "Image synthesizer"
license = "MIT"
repository = "https://git.tudbut.de/tudbut/imgsyn"
version = "1.0.0-a"
edition = "2024"
[dependencies]
png = { version = "0.18.0", optional = true }
[features]
default = ["png"]
png = ["dep:png"]