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