We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ffa3f commit 2fcac67Copy full SHA for 2fcac67
crates/bevy_winit/Cargo.toml
@@ -27,10 +27,10 @@ bevy_window = { path = "../bevy_window", version = "0.5.0" }
27
bevy_utils = { path = "../bevy_utils", version = "0.5.0" }
28
29
# other
30
-winit = { version = "0.24.0", default-features = false }
+winit = { version = "0.25.0", default-features = false }
31
32
[target.'cfg(target_arch = "wasm32")'.dependencies]
33
-winit = { version = "0.24.0", features = ["web-sys"], default-features = false }
+winit = { version = "0.25.0", features = ["web-sys"], default-features = false }
34
wasm-bindgen = { version = "0.2" }
35
web-sys = "0.3"
36
0 commit comments