bevy/crates/bevy_winit
ira c3cdb12149 Remove unnecessary unsafe Send and Sync impl for WinitWindows on wasm. (#5863)
# Objective

https://github.com/bevyengine/bevy/pull/503 added these.
I don't know what problem it solved, the PR doesn't say and the code didn't make it obvious to me.

## Solution

AFAIK removing unsafe `Send`/`Sync` impls can't introduce unsoundness.
Yeet.

## Migration Guide
Why tho.


Co-authored-by: devil-ira <justthecooldude@gmail.com>
2022-09-02 16:17:46 +00:00
..
src Remove unnecessary unsafe Send and Sync impl for WinitWindows on wasm. (#5863) 2022-09-02 16:17:46 +00:00
Cargo.toml Bump Version after Release (#5576) 2022-08-05 02:03:05 +00:00