diff --git a/Cargo.toml b/Cargo.toml index 2236523..83d4f8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ pollster = "*" rand = "*" rand_chacha = "*" wgpu = "*" -winit = { git = "https://github.com/rust-windowing/winit", rev = "059abb06fc7c1e072a986648e3df9ca9925a4355" } +winit = { git = "https://github.com/fornwall/winit", rev = "f9f42fbc4753933158c2090a2948f9aa1776ca37" } [target.'cfg(target_arch = "wasm32")'.dependencies] console_error_panic_hook = "*"