bevy/crates/bevy_winit
Umut 76f09e5be2
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-16 00:32:02 +01:00
..
src Make CreateWindowParams type and create_windows system public (#12428) 2024-03-16 00:32:02 +01:00
Cargo.toml Release 0.13.0 (#11920) 2024-02-17 09:24:25 +00:00