1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-28 07:23:13 -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

@@ -94,7 +94,6 @@ directories-next = { version = "2", optional = true }
# web:
[target.'cfg(target_arch = "wasm32")'.dependencies]
bytemuck = "1.7"
getrandom = { version = "0.2", features = ["js"] } # used by ahash
js-sys = "0.3"
percent-encoding = "2.1"
wasm-bindgen = "0.2"