Rename fconv to pxfconv

This commit is contained in:
Jaby
2024-10-10 22:11:39 +02:00
committed by Jaby
parent 70429f9442
commit 00e9378de2
22 changed files with 18 additions and 18 deletions

View File

@@ -0,0 +1,15 @@
[package]
name = "psxfileconv"
version = "0.5.0"
edition = "2021"
[profile.release]
panic = "abort"
[dependencies]
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"}