act2txt 0.2.2

Converts Adobe Photoshop ACT palette files to Paint.NET TXT format
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "act2txt"
version = "0.2.2"
authors = ["Sedat Kapanoglu <sedat@kapanoglu.com>"]
edition = "2021"
description = "Converts Adobe Photoshop ACT palette files to Paint.NET TXT format"
license = "MIT"
homepage = "https://github.com/ssg/act2txt-rs"

[dependencies]
clap = { version = "4.5.27", features = ["derive"] }
palette = "0.7.6"