test+refactor: identifying missing pieces

This commit is contained in:
stop screaming 2026-02-20 23:03:02 +02:00
parent 7b8a48ad09
commit 7afab8eade
12 changed files with 1781 additions and 1435 deletions

View file

@ -32,11 +32,13 @@ uuid = { workspace = true, optional = true }
wavers = { workspace = true, optional = true }
winit = { workspace = true, optional = true }
xdg = { workspace = true }
ansi_term = "0.12.1"
ansi_term = "0.12.1"
builder-pattern = "0.4.2"
[dev-dependencies]
proptest = { workspace = true }
proptest-derive = { workspace = true }
tek_engine = { path = "../engine" }
[features]
arranger = ["port", "editor", "sequencer", "editor"]