mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
6b889774cb
# 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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |