bevy/crates/bevy_winit
Ian Kettlewell 13d3de8ee1
Remove unnecessary unsafe impls for WinitWindows on Wasm (#11270)
# Objective

In the past `winit:🪟:Window` was not Send + Sync on web.
https://github.com/rust-windowing/winit/pull/2834 made
`winit:🪟:Window` Sync + Send so Bevy's `unsafe impl` is no longer
necessary.

## Solution

Remove the unsafe impls.
2024-01-09 18:31:55 +00:00
..
src Remove unnecessary unsafe impls for WinitWindows on Wasm (#11270) 2024-01-09 18:31:55 +00:00
Cargo.toml Update winit dependency to 0.29 (#10702) 2023-12-21 07:40:47 +00:00