feat(client_web): slide dice jans right panel

This commit is contained in:
Henri Bourcereau 2026-04-11 14:36:15 +02:00
parent 4550b1d66a
commit 72c5e16ea3
4 changed files with 197 additions and 55 deletions

View file

@ -20,6 +20,7 @@ gloo-storage = "0.3"
[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen-futures = "0.4"
gloo-timers = { version = "0.3", features = ["futures"] }
# getrandom 0.3 requires an explicit WASM backend; "wasm_js" uses window.crypto.getRandomValues.
# Must be a direct dependency (not just transitive) for the feature to take effect.
getrandom = { version = "0.3", features = ["wasm_js"] }