diff --git a/Cargo.toml b/Cargo.toml index 28527b0..cf7afaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,5 @@ keywords = ["frontend"] egui = "0.22.0" # You only need serde if you want app persistence: serde = { version = "1", features = ["derive"] } -rand = "0.8.5" +rand = "0.10.0" getrandom = { version = "0.2", features = ["js"] }