Random colors

This commit is contained in:
2025-11-28 15:33:12 -06:00
parent 4d256f0c19
commit bb6347f810
6 changed files with 64 additions and 12 deletions
+3 -1
View File
@@ -9,4 +9,6 @@ tokio = { version = "1.47.1", features = ["rt", "rt-multi-thread", "macros"] }
rodio = { version = "0.21.1", features = ["noise"] }
toml = "0.9.7"
serde = { version = "1.0.227", features = ["derive"] }
rfd = "0.15.4"
rfd = "0.15.4"
color = "0.3.2"
tinyrand = "0.5.0"