mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
move color handling to core
This commit is contained in:
parent
ef80c48939
commit
33600e890f
6 changed files with 95 additions and 52 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue