remodularize 3

This commit is contained in:
🪞👃🪞 2025-01-08 19:40:06 +01:00
parent d38dc14e84
commit 113e7b0bad
24 changed files with 262 additions and 370 deletions

View file

@ -10,14 +10,13 @@ tek_time = { path = "./time" }
tek_midi = { path = "./midi" }
backtrace = "0.3.72"
clap = { version = "4.5.4", features = [ "derive" ] }
livi = "0.7.4"
once_cell = "1.19.0"
palette = { version = "0.7.6", features = [ "random" ] }
rand = "0.8.5"
symphonia = { version = "0.5.4", features = [ "all" ] }
toml = "0.8.12"
wavers = "1.4.3"
#once_cell = "1.19.0"
#no_deadlocks = "1.3.2"
#suil-rs = { path = "../suil" }
#vst = "0.4.0"
@ -27,44 +26,5 @@ wavers = "1.4.3"
[features]
default = []
[[bin]]
name = "tek"
path = "bin/tek.rs"
#[[bin]]
#name = "tek_arranger"
#path = "bin/cli_arranger.rs"
#[[bin]]
#name = "tek_sequencer"
#path = "bin/cli_sequencer.rs"
#[[bin]]
#name = "tek_groovebox"
#path = "bin/cli_groovebox.rs"
#[[bin]]
#name = "tek_clock"
#path = "bin/cli_clock.rs"
#[[bin]]
#name = "tek_sampler"
#path = "bin/cli_sampler.rs"
#[[bin]]
#name = "tek_mixer"
#path = "src/cli_mixer.rs"
#[[bin]]
#name = "tek_track"
#path = "src/cli_track.rs"
#[[bin]]
#name = "tek_plugin"
#path = "src/cli_plugin.rs"
[lib]
path = "src/lib.rs"
[profile.release]
lto = true