move color handling to core

This commit is contained in:
🪞👃🪞 2024-11-02 14:43:13 +02:00
parent ef80c48939
commit 33600e890f
6 changed files with 95 additions and 52 deletions

View file

@ -13,6 +13,8 @@ crossterm = "0.27"
jack = "0.13"
midly = "0.5"
once_cell = "1.19.0"
palette = { version = "0.7.6", features = [ "random" ] }
rand = "0.8.5"
ratatui = { version = "0.26.3", features = [ "unstable-widget-ref", "underline-color" ] }
toml = "0.8.12"
#no_deadlocks = "1.3.2"