Skip to content

Commit

Permalink
egui-wgpu: Fix docs.rs build (emilk#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 emilk#5202
  • Loading branch information
lucasmerlin authored and hacknus committed Oct 30, 2024
1 parent c726d79 commit 38711db
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 38711db

Please sign in to comment.