mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
convert to workspace, add suil bindings crate
This commit is contained in:
parent
bd6f8ff9bf
commit
dacce119c4
52 changed files with 1994 additions and 116 deletions
37
Cargo.toml
37
Cargo.toml
|
|
@ -1,34 +1,3 @@
|
|||
[package]
|
||||
name = "tek"
|
||||
edition = "2021"
|
||||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
jack = "0.10"
|
||||
clap = { version = "4.5.4", features = [ "derive" ] }
|
||||
crossterm = "0.27"
|
||||
ratatui = { version = "0.26.3", features = [ "unstable-widget-ref", "underline-color" ] }
|
||||
backtrace = "0.3.72"
|
||||
microxdg = "0.1.2"
|
||||
toml = "0.8.12"
|
||||
better-panic = "0.3.0"
|
||||
midly = "0.5"
|
||||
|
||||
vst = "0.4.0"
|
||||
#vst3 = "0.1.0"
|
||||
livi = "0.7.4"
|
||||
#atomic_enum = "0.3.0"
|
||||
wavers = "1.4.3"
|
||||
music-math = "0.1.1"
|
||||
atomic_float = "1.0.0"
|
||||
fraction = "0.15.3"
|
||||
rlsf = "0.2.1"
|
||||
r8brain-rs = "0.3.5"
|
||||
clojure-reader = "0.1.0"
|
||||
once_cell = "1.19.0"
|
||||
|
||||
symphonia = { version = "0.5.4", features = [ "all" ] }
|
||||
|
||||
dasp = { version = "0.11.0", features = [ "all" ] }
|
||||
|
||||
rubato = "0.15.0"
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
members = [ "crates/*" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue