vulkano-rs / vulkano

Safe and rich Rust wrapper around the Vulkan API
Apache License 2.0
4.45k stars 435 forks source link

Support event loops with other user event types #2500

Closed michaelwu closed 5 months ago

michaelwu commented 5 months ago

This lets VulkanWindows::create_window accept EventLoops with user event types other than ().

Changelog:

### Additions
- Support event loops with different user event types in `VulkanoWindows::create_window`