![]() # 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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |