bevy/crates/bevy_winit/src
Umut 78c754ca00
Make CreateWindowParams type and create_windows system public (#12428)
# Objective

To have a user level workaround for #12237.

## Solution

Workaround to the problem is described in:
https://github.com/bevyengine/bevy/issues/12237#issuecomment-1983680632

## Changelog

### Changed

- `CreateWindowParams` type and `create_windows` system from
`bevy_winit` is now public, which allows library authors and game
developers to manually trigger window creation when needed.
2024-03-12 14:54:06 +00:00
..
accessibility.rs Move EntityHash related types into bevy_ecs (#11498) 2024-02-12 15:02:24 +00:00
converters.rs Add logical key data to KeyboardInput (#11400) 2024-01-22 15:25:17 +00:00
lib.rs Make CreateWindowParams type and create_windows system public (#12428) 2024-03-12 14:54:06 +00:00
system.rs Make CreateWindowParams type and create_windows system public (#12428) 2024-03-12 14:54:06 +00:00
winit_config.rs Add the ability to request a redraw from an external source (#12197) 2024-03-04 17:17:17 +00:00
winit_event.rs Fix failures of typos and check-cfg (#12293) 2024-03-04 07:48:09 +00:00
winit_windows.rs Add the ability to request a redraw from an external source (#12197) 2024-03-04 17:17:17 +00:00