diff --git a/crates/rrr_wasm/Cargo.toml b/crates/rrr_wasm/Cargo.toml index 3847903..e5ae1c2 100644 --- a/crates/rrr_wasm/Cargo.toml +++ b/crates/rrr_wasm/Cargo.toml @@ -37,7 +37,7 @@ rrr_time = { path = "../rrr_time" } wasm-bindgen = "0.2" wasm-bindgen-futures = "0.4" wgpu = { version = "0.18", features = ["webgl"] } -winit = "0.28" +winit = "0.29" winit_input_helper = "0.15" [dependencies.web-sys] diff --git a/crates/rrr_window/Cargo.toml b/crates/rrr_window/Cargo.toml index 164dc33..64efa47 100644 --- a/crates/rrr_window/Cargo.toml +++ b/crates/rrr_window/Cargo.toml @@ -29,7 +29,7 @@ rrr_time = { path = "../rrr_time" } serde = { version = "1.0", features = ["derive"] } [target.'cfg(unix)'.dependencies] -winit = { version = "0.28", default-features = false, features = ['x11'] } +winit = { version = "0.29", default-features = false, features = ['x11'] } [target.'cfg(windows)'.dependencies] -winit = { version = "0.28", default-features = false } +winit = { version = "0.29", default-features = false }