bevy/crates/bevy_winit/src
UkoeHB 5357e15966
Add Clone to WinitSettings (#12787)
# Objective

- Allow cloning `WinitSettings`. I use this in
[bevy_worldswap](https://github.com/UkoeHB/bevy_worldswap) when
synchronizing secondary app window state.

## Solution

- Add `Clone` to `WinitSettings`.

---

## Changelog

- Added `Clone` to `WinitSettings`.
2024-03-29 17:24:11 +00:00
..
accessibility.rs Move accessibility setup to accessibility module (#12784) 2024-03-29 16:02:25 +00:00
converters.rs Add logical key data to KeyboardInput (#11400) 2024-01-22 15:25:17 +00:00
lib.rs Forbid unsafe in most crates in the engine (#12684) 2024-03-27 03:30:08 +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 Clone to WinitSettings (#12787) 2024-03-29 17:24:11 +00:00
winit_event.rs Fix failures of typos and check-cfg (#12293) 2024-03-04 07:48:09 +00:00
winit_windows.rs Move accessibility setup to accessibility module (#12784) 2024-03-29 16:02:25 +00:00