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

4
Cargo.lock generated
View file

@ -2670,6 +2670,8 @@ dependencies = [
"jack",
"midly",
"once_cell",
"palette",
"rand",
"ratatui",
"tek_mixer",
"tek_sequencer",
@ -2693,8 +2695,6 @@ dependencies = [
name = "tek_sequencer"
version = "0.1.0"
dependencies = [
"palette",
"rand",
"tek_core",
"uuid",
]