local dockerized build

This commit is contained in:
🪞👃🪞 2025-04-19 01:39:52 +03:00
parent 8fa0f8a409
commit 393634a1a4
12 changed files with 93 additions and 71 deletions

View file

@ -26,6 +26,12 @@ path = "./deps/tengri/tengri"
#rev = "6048d24"
features = [ "tui", "dsl" ]
[workspace.dependencies.jack]
#git = "https://codeberg.org/unspeaker/rust-jack"
#rev = "a13c1c4"
path = "./deps/rust-jack"
default-features = false
[workspace.dependencies]
tek = { path = "./crates/app" }
tek_cli = { path = "./crates/cli" }
@ -39,7 +45,6 @@ atomic_float = { version = "1.0.0" }
backtrace = { version = "0.3.72" }
clap = { version = "4.5.4", features = [ "derive" ] }
gtk = { version = "0.18.1" }
jack = { git = "https://codeberg.org/unspeaker/rust-jack", rev = "a13c1c4" }
livi = { version = "0.7.4" }
midly = { version = "0.5" }
palette = { version = "0.7.6", features = [ "random" ] }