mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 20:26: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
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue