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
Generated
+14
View File
@@ -683,6 +683,12 @@ dependencies = [
"unicode-width",
]
[[package]]
name = "color"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a18ef4657441fb193b65f34dc39b3781f0dfec23d3bd94d0eeb4e88cde421edb"
[[package]]
name = "combine"
version = "4.6.7"
@@ -3185,10 +3191,12 @@ dependencies = [
name = "tenori-ish"
version = "0.1.0"
dependencies = [
"color",
"eframe",
"rfd",
"rodio",
"serde",
"tinyrand",
"tokio",
"toml",
]
@@ -3281,6 +3289,12 @@ dependencies = [
"strict-num",
]
[[package]]
name = "tinyrand"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87ffaad2263779579369d45f65cad0647c860893d27e4543cdcc1e428d07da2c"
[[package]]
name = "tinystr"
version = "0.8.1"