bevy/crates/bevy_winit/src
Lukas Wirth 39d89fe0df Enable drag-and-drop events on windows (#3772)
# Objective

- Fixes https://github.com/bevyengine/bevy/issues/2096

## Solution

- This PR enables the drag-and-drop feature for winit on windows again, as the collision issue between cpal and winit has been fixed in https://github.com/RustAudio/cpal/pull/597. I confirmed the drag and drop example working on windows 10 with this change.
- ~~It also bumps the rodio version, though this is not strictly necessary.~~
2022-04-04 20:09:54 +00:00
..
converters.rs Added set_cursor_icon(...) to Window (#3395) 2021-12-20 22:04:45 +00:00
lib.rs Add docs and common helper functions to Windows (#4107) 2022-03-08 00:46:04 +00:00
winit_config.rs Reduce power usage with configurable event loop (#3974) 2022-03-07 23:32:05 +00:00
winit_windows.rs Enable drag-and-drop events on windows (#3772) 2022-04-04 20:09:54 +00:00