egui-wgpu: Fix docs.rs build (#5204)

This enables the rwh_06 feature in winit which is required to correctly
build egui-wgpu
- fixes #5202
This commit is contained in:
lucasmerlin 2024-10-02 19:17:14 +02:00 committed by GitHub
parent ac2466d14f
commit 1406e8717c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ default = ["fragile-send-sync-non-atomic-wasm"]
puffin = ["dep:puffin"]
## Enable [`winit`](https://docs.rs/winit) integration. On Linux, requires either `wayland` or `x11`
winit = ["dep:winit"]
winit = ["dep:winit", "winit/rwh_06"]
## Enables Wayland support for winit.
wayland = ["winit?/wayland"]