We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 404b4fc commit d0fb17bCopy full SHA for d0fb17b
crates/bevy_winit/Cargo.toml
@@ -22,12 +22,12 @@ bevy_window = { path = "../bevy_window", version = "0.9.0-dev" }
22
bevy_utils = { path = "../bevy_utils", version = "0.9.0-dev" }
23
24
# other
25
-winit = { version = "0.26.0", default-features = false }
+winit = { version = "0.27.3", default-features = false }
26
approx = { version = "0.5.0", default-features = false }
27
raw-window-handle = "0.4.2"
28
29
[target.'cfg(target_arch = "wasm32")'.dependencies]
30
31
wasm-bindgen = { version = "0.2" }
32
web-sys = "0.3"
33
crossbeam-channel = "0.5"
0 commit comments