fix color randomization (10x @erik_hedvall!)

This commit is contained in:
🪞👃🪞 2024-10-11 20:05:43 +03:00
parent 7c9b41e3af
commit e20f195c20
4 changed files with 10 additions and 12 deletions

View file

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