Support CDDA

This commit is contained in:
2024-05-05 18:23:17 +02:00
parent 28dd4855c8
commit 01622fd5d6
16 changed files with 114 additions and 27 deletions

View File

@@ -1,16 +1,17 @@
[package]
name = "psxcdgen_ex"
version = "0.2.3"
version = "0.3.0"
edition = "2021"
[profile.release]
panic = "abort"
[dependencies]
cdtypes = {path = "../cdtypes"}
clap = {version = "4.4.11", features = ["derive"]}
colored = "2.1.0"
no-comment = "0.0.3"
paste = "1.0.14"
roxmltree = "0.19.0"
tool_helper = {path = "../tool_helper"}
cdtypes = {path = "../cdtypes"}
clap = {version = "4.4.11", features = ["derive"]}
colored = "2.1.0"
no-comment = "0.0.3"
paste = "1.0.14"
roxmltree = "0.19.0"
tool_helper = {path = "../tool_helper"}
wav = "1.0.0"