Skip to content

Commit

Permalink
egui-wgpu: Enable raw-window-handle feature in winit
Browse files Browse the repository at this point in the history
fixes #5202
  • Loading branch information
lucasmerlin committed Oct 1, 2024
1 parent 24cd711 commit a2c5056
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 a2c5056

Please sign in to comment.