diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 23eabdd228..44f83f2f92 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -54,7 +54,7 @@ serde = { version = "1", features = ["derive"], optional = true } cgmath = "0.17" log = "0.4" png = "0.16" -winit = { version = "0.23.0", features = ["web-sys"] } +winit = { version = "0.24.0", features = ["web-sys"] } rand = { version = "0.7.2", features = ["wasm-bindgen"] } bytemuck = { version = "1.4", features = ["derive"] } noise = "0.6"