mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
refactor engine and layout into input and output
This commit is contained in:
parent
f052891473
commit
4d0f98acd2
40 changed files with 104 additions and 109 deletions
|
|
@ -27,8 +27,10 @@ wavers = "1.4.3"
|
|||
#winit = { version = "0.30.4", features = [ "x11" ] }
|
||||
|
||||
[features]
|
||||
default = ["edn"]
|
||||
edn = ["tek_tui/edn"]
|
||||
default = ["tek_input", "tek_output", "tek_edn"]
|
||||
tek_input = [ "tek_tui/tek_input" ]
|
||||
tek_output = [ "tek_tui/tek_output" ]
|
||||
tek_edn = [ "tek_tui/tek_edn" ]
|
||||
|
||||
[[bin]]
|
||||
name = "tek_arranger"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue