move edn_view into layout

This commit is contained in:
🪞👃🪞 2025-01-07 21:41:51 +01:00
parent 4d0f98acd2
commit 9a70fbc416
13 changed files with 91 additions and 89 deletions

View file

@ -27,10 +27,7 @@ wavers = "1.4.3"
#winit = { version = "0.30.4", features = [ "x11" ] }
[features]
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" ]
default = []
[[bin]]
name = "tek_arranger"