diff --git a/Cargo.toml b/Cargo.toml index 452bcf38a..36a7988ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ bevy = { version = "0.13", default-features = false, features = [ ] } [target.'cfg(target_arch = "wasm32")'.dependencies] -winit = "0.29" +winit = "0.30" web-sys = { version = "0.3.63", features = [ "Clipboard", "ClipboardEvent",