mirror of
https://github.com/lifegpc/libtlg-rs.git
synced 2026-06-14 09:54:24 +08:00
17 lines
355 B
TOML
17 lines
355 B
TOML
[package]
|
|
name = "tlg"
|
|
version = "0.2.4"
|
|
description = "Tools to process TLG image file."
|
|
edition = "2024"
|
|
license = "MIT"
|
|
repository = "https://github.com/lifegpc/libtlg-rs"
|
|
|
|
[features]
|
|
default = ["encode"]
|
|
encode = ["libtlg-rs/encode"]
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5", features = ["derive"] }
|
|
libtlg-rs = { path = "../libtlg-rs" }
|
|
png = "0.18"
|