separate cli; optimize arranger grid rendering
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
i do not exist 2026-08-31 19:05:10 +03:00
parent 3deef0641d
commit d495d97516
16 changed files with 462 additions and 425 deletions

View file

@ -51,9 +51,10 @@ proptest = { version = "^1" }
proptest-derive = { version = "^0.5.1" }
[features]
default = ["cli", "arranger", "sampler"]
default = ["cli", "arranger", "sampler", "prof"]
prof = ["tengri/prof"]
prof = []
#prof2 = ["prof", "tengri/prof"]
hotpath = ["hotpath/hotpath"]
hotpath-cpu = ["hotpath/hotpath-cpu"]
hotpath-alloc = ["hotpath/hotpath-alloc"]