1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 05:10:03 -04:00

ahash: replace runtime-rng with compile-time-rng

https://github.com/emilk/egui/issues/2009
This commit is contained in:
Emil Ernerfeldt
2022-09-07 16:27:27 +02:00
parent 4b6826575e
commit 46279dbd09
5 changed files with 47 additions and 8 deletions

View File

@@ -56,7 +56,7 @@ serde = ["dep:serde", "ahash/serde", "emath/serde"]
emath = { version = "0.19.0", path = "../emath" }
ab_glyph = "0.2.11"
ahash = "0.8"
ahash = { version = "0.8", default-features = false, features = ["compile-time-rng", "std"] }
nohash-hasher = "0.2"
#! ### Optional dependencies