bevy/crates/bevy_winit
shuo 6b889774cb disable window pre creation for ios (#5883)
# Objective

Fixes #5882 

## Solution

Per https://github.com/rust-windowing/winit/issues/1705, the root cause is "UIWindow should be created inside UIApplicationMain". Currently, there are two places to create UIWindow, one is Plugin's build function, which is not inside UIApplicationMain. Just comment it out, and it works.
2022-09-06 15:06:17 +00:00
..
src disable window pre creation for ios (#5883) 2022-09-06 15:06:17 +00:00
Cargo.toml Bump Version after Release (#5576) 2022-08-05 02:03:05 +00:00