mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
Update to rand 0.9
This commit is contained in:
@@ -58,7 +58,7 @@ serde = { workspace = true, optional = true }
|
|||||||
criterion.workspace = true
|
criterion.workspace = true
|
||||||
egui_kittest = { workspace = true, features = ["wgpu", "snapshot"] }
|
egui_kittest = { workspace = true, features = ["wgpu", "snapshot"] }
|
||||||
egui = { workspace = true, features = ["default_fonts"] }
|
egui = { workspace = true, features = ["default_fonts"] }
|
||||||
rand = "0.8"
|
rand = "0.9"
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
name = "benchmark"
|
name = "benchmark"
|
||||||
|
|||||||
Reference in New Issue
Block a user