Skip to content

Commit

Permalink
egui-wgpu: Fix docs.rs build (#5204)
Browse files Browse the repository at this point in the history
This enables the rwh_06 feature in winit which is required to correctly
build egui-wgpu
- fixes #5202
  • Loading branch information
lucasmerlin authored Oct 2, 2024
1 parent ac2466d commit 1406e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui-wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 1406e87

Please sign in to comment.