We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a8e76 commit 5056822Copy full SHA for 5056822
Cargo.toml
@@ -33,7 +33,9 @@ wasm-bindgen-futures = "0.4"
33
34
# to access the DOM (to hide the loading text)
35
[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
36
-version = "0.3.4"
+# HACK: pin web-sys to <0.3.70 until a new `eframe` is released containing
37
+# the following PR: https://github.com/emilk/egui/pull/4980
38
+version = ">= 0.3.4, < 0.3.70"
39
40
[profile.release]
41
opt-level = 2 # fast and small wasm
0 commit comments