Basic project suport

This commit is contained in:
2025-04-14 20:47:56 +02:00
parent e3ed4a3b43
commit 4ea7575057
7 changed files with 5872 additions and 85 deletions

View File

@@ -34,5 +34,8 @@ hound = "3.5.1"
paste = "1.0.15"
png = "0.17.16"
rubato = "0.16.1"
serde = {version = "1.0.219", features = ["derive"]}
serde_json = "1.0"
symphonia = {version = "0.5.4", optional = true, default-features = false}
tim_tool = {path = "../tim_tool"}
tool_helper = {path = "../tool_helper"}