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

@ -6,8 +6,6 @@ version = "0.1.0"
[dependencies]
tek_core = { path = "../tek_core" }
uuid = { version = "1.10.0", features = [ "v4" ] }
palette = { version = "0.7.6", features = [ "random" ] }
rand = "0.8.5"
[lib]
path = "src/lib.rs"