diff --git a/crates/bevy_window/Cargo.toml b/crates/bevy_window/Cargo.toml index f1402447072de..a28c253ef16d8 100644 --- a/crates/bevy_window/Cargo.toml +++ b/crates/bevy_window/Cargo.toml @@ -21,7 +21,7 @@ bevy_reflect = { path = "../bevy_reflect", version = "0.9.0-dev" } bevy_utils = { path = "../bevy_utils", version = "0.9.0-dev" } # Used for close_on_esc bevy_input = { path = "../bevy_input", version = "0.9.0-dev" } -raw-window-handle = "0.4.2" +raw-window-handle = "0.5.0" # other serde = { version = "1.0", features = ["derive"], optional = true } diff --git a/crates/bevy_winit/Cargo.toml b/crates/bevy_winit/Cargo.toml index 5c7014ecbfa8a..ccc70e8bf130c 100644 --- a/crates/bevy_winit/Cargo.toml +++ b/crates/bevy_winit/Cargo.toml @@ -24,7 +24,7 @@ bevy_utils = { path = "../bevy_utils", version = "0.9.0-dev" } # other winit = { version = "0.26.0", default-features = false } approx = { version = "0.5.0", default-features = false } -raw-window-handle = "0.4.2" +raw-window-handle = "0.5.0" [target.'cfg(target_arch = "wasm32")'.dependencies] winit = { version = "0.26.0", default-features = false }