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
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue