1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 15:13:12 -04:00

Update to rand 0.9

This commit is contained in:
Emil Ernerfeldt
2025-03-28 11:36:47 +01:00
parent 8a45db62f1
commit a5bc318e20

View File

@@ -58,7 +58,7 @@ serde = { workspace = true, optional = true }
criterion.workspace = true
egui_kittest = { workspace = true, features = ["wgpu", "snapshot"] }
egui = { workspace = true, features = ["default_fonts"] }
rand = "0.8"
rand = "0.9"
[[bench]]
name = "benchmark"