refactor engine and layout into input and output

This commit is contained in:
🪞👃🪞 2025-01-07 21:30:07 +01:00
parent f052891473
commit 4d0f98acd2
40 changed files with 104 additions and 109 deletions

View file

@ -7,11 +7,12 @@ version = "0.1.0"
clojure-reader = "0.3.0"
konst = "0.3.16"
itertools = "0.14.0"
tek_layout = { optional = true, path = "../layout" }
tek_input = { optional = true, path = "../input" }
tek_output = { optional = true, path = "../output" }
[features]
default = ["layout"]
layout = [ "tek_layout" ]
default = ["tek_input", "tek_output"]
[dev-dependencies]
tek_tui = { path = "../tui" }