tinyrand -> rand

This commit is contained in:
2025-11-30 20:14:42 -06:00
parent bb6347f810
commit e584b03d12
6 changed files with 14 additions and 34 deletions
Generated
+1 -7
View File
@@ -3193,10 +3193,10 @@ version = "0.1.0"
dependencies = [
"color",
"eframe",
"rand",
"rfd",
"rodio",
"serde",
"tinyrand",
"tokio",
"toml",
]
@@ -3289,12 +3289,6 @@ 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"