Files
jabyengine/src/Tools/psxfileconv/Cargo.toml
2024-10-17 21:42:14 +02:00

16 lines
343 B
TOML

[package]
name = "psxfileconv"
version = "0.5.0"
edition = "2021"
[profile.release]
panic = "abort"
[dependencies]
bitflags = "2.6.0"
clap = {version = "4.4.11", features = ["derive"]}
image = "0.24.7"
hound = "3.5.1"
paste = "1.0.14"
png = "0.17.10"
tool_helper = {path = "../tool_helper"}