summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-02-07 10:32:47 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-02-07 10:32:47 +0100
commit2a3778daa349043f5b69a1b264feb5f00d3dd772 (patch)
treee25f711dfa6fff214d19a7d1c358f0928f2a538e /Cargo.toml
parentdea98005030bd39e5053fa5cbb87d65da24962b7 (diff)
downloadiced-2a3778daa349043f5b69a1b264feb5f00d3dd772.tar.gz
iced-2a3778daa349043f5b69a1b264feb5f00d3dd772.tar.bz2
iced-2a3778daa349043f5b69a1b264feb5f00d3dd772.zip
Pin `web-sys` dependency to `0.3.67` for now
Context: https://github.com/rustwasm/wasm-bindgen/issues/3834
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c9dee6b7..b1fa8634 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -156,7 +156,7 @@ xxhash-rust = { version = "0.8", features = ["xxh3"] }
unicode-segmentation = "1.0"
wasm-bindgen-futures = "0.4"
wasm-timer = "0.2"
-web-sys = "0.3"
+web-sys = "=0.3.67"
web-time = "0.2"
wgpu = "0.19"
winapi = "0.3"