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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user